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
commit 9e4db3a9b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -35,12 +35,12 @@ stdenv.mkDerivation rec {
ninja
perl # for kernel-doc
pkg-config
python3
];
buildInputs = [
json_c
openssl
python3
systemd
];

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