gnome2.gnome-icon-theme: move to pkgs/data/icons
This commit is contained in:
@@ -60,8 +60,6 @@ lib.makeScope pkgs.newScope (self: with self; {
|
||||
|
||||
gtksourceview = callPackage ./desktop/gtksourceview { };
|
||||
|
||||
gnome-icon-theme = callPackage ./desktop/gnome-icon-theme { };
|
||||
|
||||
vte = callPackage ./desktop/vte { };
|
||||
|
||||
#### BINDINGS
|
||||
@@ -87,7 +85,8 @@ lib.makeScope pkgs.newScope (self: with self; {
|
||||
startup_notification = pkgs.libstartup_notification;
|
||||
startupnotification = pkgs.libstartup_notification;
|
||||
gnomedocutils = pkgs.gnome-doc-utils;
|
||||
gnomeicontheme = self.gnome-icon-theme;
|
||||
gnome-icon-theme = pkgs.gnome-icon-theme;
|
||||
gnome_icon_theme = self.gnome-icon-theme;
|
||||
gnomeicontheme = self.gnome-icon-theme;
|
||||
gnome_common = gnome-common;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user