tracker: fix cross using mesonEmulatorHook

This commit is contained in:
Yureka 2023-07-31 16:52:04 +02:00
parent 9d78971007
commit daa869b53b

View file

@ -4,6 +4,7 @@
, fetchpatch , fetchpatch
, gettext , gettext
, meson , meson
, mesonEmulatorHook
, ninja , ninja
, pkg-config , pkg-config
, asciidoc , asciidoc
@ -71,6 +72,8 @@ stdenv.mkDerivation rec {
] ++ lib.optionals withIntrospection [ ] ++ lib.optionals withIntrospection [
gobject-introspection gobject-introspection
vala vala
] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
mesonEmulatorHook
]; ];
buildInputs = [ buildInputs = [