3
0
Fork 0
forked from mirrors/nixpkgs

gnome3.gconf: remove

The throw statement broke building gnome3 attribute set. Since 18.09
has already been branched off, we just remove the warning.
This commit is contained in:
Jan Tojnar 2018-09-05 13:37:06 +02:00
parent dc5afbd775
commit 9696e36d9d
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -395,9 +395,6 @@ lib.makeScope pkgs.newScope (self: with self; {
gnome-video-effects = callPackage ./misc/gnome-video-effects { };
gnome-packagekit = callPackage ./misc/gnome-packagekit { };
# TODO: remove this after 18.09 has forked off
gconf = throw "gconf is deprecated since 2009 and has been removed from the package set. Use gnome2.GConf instead. For more details see https://github.com/NixOS/nixpkgs/pull/43268";
} // lib.optionalAttrs (config.allowAliases or true) {
#### Legacy aliases