Skip to content

Commit

Permalink
Merge pull request #45571 from jtojnar/gconf-to-error
Browse files Browse the repository at this point in the history
gnome3.gconf: re-add as a pointer to the removal PR
  • Loading branch information
jtojnar authored Aug 25, 2018
2 parents ce35848 + 9f0eb75 commit c429c9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/desktops/gnome-3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c429c9a

Please sign in to comment.