Commit daa869b5 authored by Yureka's avatar Yureka
Browse files

tracker: fix cross using mesonEmulatorHook

parent 9d789710
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 = [