tracker: fix cross using mesonEmulatorHook
This commit is contained in:
parent
9d78971007
commit
daa869b53b
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
, fetchpatch
|
||||
, gettext
|
||||
, meson
|
||||
, mesonEmulatorHook
|
||||
, ninja
|
||||
, pkg-config
|
||||
, asciidoc
|
||||
|
@ -71,6 +72,8 @@ stdenv.mkDerivation rec {
|
|||
] ++ lib.optionals withIntrospection [
|
||||
gobject-introspection
|
||||
vala
|
||||
] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
|
||||
mesonEmulatorHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue