3
0
Fork 0
forked from mirrors/nixpkgs

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

View file

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