gnome2.gnome-icon-theme: move to pkgs/data/icons

This commit is contained in:
José Romildo Malaquias
2020-04-05 22:14:23 -03:00
parent 4d9a57bd76
commit 737586bf4f
6 changed files with 9 additions and 7 deletions
+2 -3
View File
@@ -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;
})