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

This commit is contained in:
Artturi 2023-07-31 19:08:41 +03:00 committed by GitHub
commit 470d17ea5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [