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
|
||||
perl # for kernel-doc
|
||||
pkg-config
|
||||
python3
|
||||
python3.pythonForBuild
|
||||
swig
|
||||
];
|
||||
|
||||
|
@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
|
|||
json_c
|
||||
openssl
|
||||
systemd
|
||||
python3
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
|
|
Loading…
Reference in a new issue