about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-08-24 12:51:10 +0200
committerJan Tojnar <jtojnar@gmail.com>2018-08-25 20:41:34 +0200
commit9f0eb759a40143770e24e801cc16415cf71ee04c (patch)
treee686ae00af83df2046c38d8b12664e20224f57aa /pkgs/desktops
parent8395f9aa85e621c076334a67d814de8221ce7983 (diff)
downloadnixlib-9f0eb759a40143770e24e801cc16415cf71ee04c.tar
nixlib-9f0eb759a40143770e24e801cc16415cf71ee04c.tar.gz
nixlib-9f0eb759a40143770e24e801cc16415cf71ee04c.tar.bz2
nixlib-9f0eb759a40143770e24e801cc16415cf71ee04c.tar.lz
nixlib-9f0eb759a40143770e24e801cc16415cf71ee04c.tar.xz
nixlib-9f0eb759a40143770e24e801cc16415cf71ee04c.tar.zst
nixlib-9f0eb759a40143770e24e801cc16415cf71ee04c.zip
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.
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnome-3/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/desktops/gnome-3/default.nix b/pkgs/desktops/gnome-3/default.nix
index 18db0e5ba812..ff0937642674 100644
--- a/pkgs/desktops/gnome-3/default.nix
+++ b/pkgs/desktops/gnome-3/default.nix
@@ -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