Unverified Commit 470d17ea authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #246369 from yu-re-ka/tracker-cross

parents 39ae486d daa869b5
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 = [