mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #246369 from yu-re-ka/tracker-cross
This commit is contained in:
commit
470d17ea5d
@ -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 New Issue
Block a user