about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAlexey Shmalko <rasen.dubi@gmail.com>2016-07-03 00:39:38 +0300
committerAlexey Shmalko <rasen.dubi@gmail.com>2016-07-03 00:39:38 +0300
commit2bd7855c46386776a9f9f5b3c1efea47bf44ee14 (patch)
tree1bbb048266832c2315aed7245af3004720751e6b /pkgs
parent640ac5186ffa485ab5a36d72c9b21b456f6ad269 (diff)
guake: add gconf to propagatedUserEnvPkgs
This fixes #15978.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/guake/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/misc/guake/default.nix b/pkgs/applications/misc/guake/default.nix
index 6290f08273406..d0ec7b704ac46 100644
--- a/pkgs/applications/misc/guake/default.nix
+++ b/pkgs/applications/misc/guake/default.nix
@@ -30,6 +30,8 @@ let inputs = [ dbus gtk2 gconf python2 libutempter vte keybinder gnome3.gnome_co
 
   buildInputs = inputs ++ (with python2Packages; [ pyGtkGlade pyxdg ]);
 
+  propagatedUserEnvPkgs = [ gconf.out ];
+
   patchPhase = ''
     patchShebangs .
   '';