evolution: fix build
This commit is contained in:
parent
7e744041f3
commit
7d6a27a780
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, intltool, fetchurl, libxml2, webkitgtk, highlight
|
{ stdenv, intltool, fetchurl, libxml2, webkitgtk, highlight
|
||||||
, pkgconfig, gtk3, glib, hicolor_icon_theme, libnotify, gtkspell3
|
, pkgconfig, gtk3, glib, hicolor_icon_theme, libnotify, gtkspell3
|
||||||
, makeWrapper, itstool, shared_mime_info, libical, db, gcr
|
, makeWrapper, itstool, shared_mime_info, libical, db, gcr
|
||||||
, gnome3, librsvg, gdk_pixbuf, libsecret, nss, nspr, icu
|
, gnome3, librsvg, gdk_pixbuf, libsecret, nss, nspr, icu, libtool
|
||||||
, libcanberra_gtk3, bogofilter, gst_all_1, procps, p11_kit }:
|
, libcanberra_gtk3, bogofilter, gst_all_1, procps, p11_kit }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ];
|
propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ];
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gtk3 glib intltool itstool libxml2
|
buildInputs = [ pkgconfig gtk3 glib intltool itstool libxml2 libtool
|
||||||
gdk_pixbuf gnome3.gnome_icon_theme librsvg db icu
|
gdk_pixbuf gnome3.gnome_icon_theme librsvg db icu
|
||||||
gnome3.evolution_data_server libsecret libical gcr
|
gnome3.evolution_data_server libsecret libical gcr
|
||||||
webkitgtk shared_mime_info gnome3.gnome_desktop gtkspell3
|
webkitgtk shared_mime_info gnome3.gnome_desktop gtkspell3
|
||||||
|
|
Loading…
Reference in New Issue