umockdev: fix cross
This commit is contained in:
parent
7be3a05eb8
commit
12b2eaeeda
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue