gnome3.gconf: re-add as a pointer to the removal PR

https://github.com/NixOS/nixpkgs/pull/43268 removed GConf from GNOME 3
package set, let’s add an error for a little while to save people
digging through the commit log.
This commit is contained in:
Jan Tojnar 2018-08-24 12:51:10 +02:00
parent 8395f9aa85
commit 9f0eb759a4
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -399,6 +399,8 @@ lib.makeScope pkgs.newScope (self: with self; {
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