nvme-cli: fix cross compiling

This commit is contained in:
Jörg Thalheim 2022-11-20 19:21:41 +01:00 committed by Artturin
parent f160eff8e7
commit 1e91f3feee

View File

@ -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