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