forked from mirrors/nixpkgs
Remove last reference to gnome3.gnome_icon_theme
This commit is contained in:
parent
22f957dad2
commit
10f49c84dd
|
@ -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 = ''
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue