mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
Merge pull request #226680 from apfelkuchen6/libnvme-cross
libnvme: fix cross
This commit is contained in:
commit
3a9a093dc6
@ -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 New Issue
Block a user