treewide: rename gnome2.gnome_icon_theme package to use dashes

This commit is contained in:
José Romildo Malaquias
2020-04-03 23:24:53 -03:00
parent a396bc1a9b
commit 4d9a57bd76
7 changed files with 12 additions and 11 deletions
+3 -2
View File
@@ -60,7 +60,7 @@ lib.makeScope pkgs.newScope (self: with self; {
gtksourceview = callPackage ./desktop/gtksourceview { };
gnome_icon_theme = callPackage ./desktop/gnome-icon-theme { };
gnome-icon-theme = callPackage ./desktop/gnome-icon-theme { };
vte = callPackage ./desktop/vte { };
@@ -87,6 +87,7 @@ 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;
gnomeicontheme = self.gnome-icon-theme;
gnome_icon_theme = self.gnome-icon-theme;
gnome_common = gnome-common;
})