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
|
, 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
|
||||||
|
|
Loading…
Reference in a new issue