Merge pull request #226680 from apfelkuchen6/libnvme-cross

libnvme: fix cross
This commit is contained in:
Pierre Bourdon 2023-04-21 18:47:00 +02:00 committed by GitHub
commit 3a9a093dc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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