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:
parent
8395f9aa85
commit
9f0eb759a4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user