Remove last reference to gnome3.gnome_icon_theme

This commit is contained in:
Luca Bruno 2015-05-19 14:46:45 +02:00
parent 22f957dad2
commit 10f49c84dd
2 changed files with 3 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, intltool, perl, perlXMLParser { stdenv, fetchurl, pkgconfig, intltool, perl, perlXMLParser
, goffice, makeWrapper, gtk3, gnome_icon_theme, gnome3 , gnome3, makeWrapper, gtk3
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
# ToDo: optional libgda, python, introspection? # ToDo: optional libgda, python, introspection?
buildInputs = [ buildInputs = [
pkgconfig intltool perl perlXMLParser pkgconfig intltool perl perlXMLParser
goffice gtk3 makeWrapper gnome3.goffice gtk3 makeWrapper gnome3.defaultIconTheme
]; ];
preFixup = '' preFixup = ''

View File

@ -11114,9 +11114,7 @@ let
inherit (gnome) GConf; inherit (gnome) GConf;
}; };
gnumeric = callPackage ../applications/office/gnumeric { gnumeric = callPackage ../applications/office/gnumeric { };
inherit (gnome3) goffice gnome_icon_theme;
};
gnunet = callPackage ../applications/networking/p2p/gnunet { }; gnunet = callPackage ../applications/networking/p2p/gnunet { };