Merge pull request #267609 from uninsane/pr-tracker-miners-cross
This commit is contained in:
commit
5b92dd762a
1 changed files with 4 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
|||
, gexiv2
|
||||
, tracker
|
||||
, meson
|
||||
, mesonEmulatorHook
|
||||
, ninja
|
||||
, pkg-config
|
||||
, vala
|
||||
|
@ -68,6 +69,7 @@ stdenv.mkDerivation rec {
|
|||
docbook-xsl-nons
|
||||
docbook_xml_dtd_45
|
||||
gettext
|
||||
glib
|
||||
itstool
|
||||
libxslt
|
||||
meson
|
||||
|
@ -75,6 +77,8 @@ stdenv.mkDerivation rec {
|
|||
pkg-config
|
||||
vala
|
||||
wrapGAppsNoGuiHook
|
||||
] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
|
||||
mesonEmulatorHook
|
||||
];
|
||||
|
||||
# TODO: add libenca, libosinfo
|
||||
|
@ -83,7 +87,6 @@ stdenv.mkDerivation rec {
|
|||
dbus
|
||||
exempi
|
||||
giflib
|
||||
glib
|
||||
gexiv2
|
||||
totem-pl-parser
|
||||
tracker
|
||||
|
|
Loading…
Reference in a new issue