Merge pull request #226680 from apfelkuchen6/libnvme-cross
libnvme: fix cross
This commit is contained in:
commit
3a9a093dc6
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||||
ninja
|
ninja
|
||||||
perl # for kernel-doc
|
perl # for kernel-doc
|
||||||
pkg-config
|
pkg-config
|
||||||
python3
|
python3.pythonForBuild
|
||||||
swig
|
swig
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
|
||||||
json_c
|
json_c
|
||||||
openssl
|
openssl
|
||||||
systemd
|
systemd
|
||||||
|
python3
|
||||||
];
|
];
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
|
|
Loading…
Reference in a new issue