umockdev: fix cross

This commit is contained in:
Artturin 2022-07-25 22:49:20 +03:00
parent 7be3a05eb8
commit 12b2eaeeda

View file

@ -8,6 +8,7 @@
, libgudev , libgudev
, libpcap , libpcap
, meson , meson
, mesonEmulatorHook
, ninja , ninja
, pkg-config , pkg-config
, python3 , python3
@ -42,9 +43,12 @@ stdenv.mkDerivation rec {
ninja ninja
pkg-config pkg-config
vala vala
] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
mesonEmulatorHook
]; ];
buildInputs = [ buildInputs = [
gobject-introspection
glib glib
systemd systemd
libgudev libgudev