Merge pull request #202069 from Mic92/libnvme

libnvme: fix cross compiling
This commit is contained in:
Jörg Thalheim
2022-11-22 22:11:50 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -35,12 +35,12 @@ stdenv.mkDerivation rec {
ninja
perl # for kernel-doc
pkg-config
python3
];
buildInputs = [
json_c
openssl
python3
systemd
];
+2 -2
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