mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
gnome3.tracker: pass correct automake
This commit is contained in:
parent
08ffb05c7e
commit
befacbba0d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, intltool, fetchurl, libxml2, upower
|
||||
, pkgconfig, gtk3, glib, hicolor_icon_theme, gobjectIntrospection
|
||||
, bash, makeWrapper, itstool, vala, sqlite, automake, autoconf
|
||||
, bash, makeWrapper, itstool, vala, sqlite, automake114x, autoconf
|
||||
, gnome3, librsvg, gdk_pixbuf, file, libnotify
|
||||
, evolution_data_server, gst_all_1, poppler, libtool
|
||||
, icu, taglib, libjpeg, libtiff, giflib, libcue
|
||||
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ vala pkgconfig gtk3 glib intltool itstool libxml2
|
||||
bzip2 gnome3.totem-pl-parser gobjectIntrospection
|
||||
automake autoconf libtool
|
||||
automake114x autoconf libtool
|
||||
gnome3.gsettings_desktop_schemas makeWrapper file
|
||||
gdk_pixbuf gnome3.gnome_icon_theme librsvg sqlite
|
||||
upower libnotify evolution_data_server gnome3.libgee
|
||||
|
|
Loading…
Reference in a new issue