nvme-cli: fix cross compiling
This commit is contained in:
parent
f160eff8e7
commit
1e91f3feee
@ -4,7 +4,7 @@
|
||||
, libnvme
|
||||
, json_c
|
||||
, zlib
|
||||
, python3
|
||||
, python3Packages
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
meson
|
||||
ninja
|
||||
pkg-config
|
||||
python3.pkgs.nose2
|
||||
python3Packages.nose2
|
||||
];
|
||||
buildInputs = [
|
||||
libnvme
|
||||
|
Loading…
Reference in New Issue
Block a user