gnome2: remove aliases

This commit is contained in:
Jan Tojnar
2019-03-05 15:37:45 +01:00
parent bbe29c055d
commit 57c745f530
22 changed files with 72 additions and 83 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
lib.makeScope pkgs.newScope (self: with self; {
#### NixOS support
inherit (pkgs.gnome2) libglade libwnck vte gtksourceview;
inherit (pkgs.gnome2) libglade vte gtksourceview;
inherit (pkgs.gnome3) dconf;
inherit (pkgs.perlPackages) URI;