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 ninja
perl # for kernel-doc perl # for kernel-doc
pkg-config pkg-config
python3 python3.pythonForBuild
swig swig
]; ];
@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
json_c json_c
openssl openssl
systemd systemd
python3
]; ];
mesonFlags = [ mesonFlags = [