about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-07-06 02:16:12 +0400
committerGitHub <noreply@github.com>2016-07-06 02:16:12 +0400
commit570da9662bb451b91df4d464f560c18f127c5fac (patch)
treeb27784818b5deac8f8ae64b0a3e72ffb8d0763d6 /pkgs
parent30e08502facb200f4b5442228b6df1217896cc4f (diff)
parent2bd7855c46386776a9f9f5b3c1efea47bf44ee14 (diff)
Merge pull request #16670 from rasendubi/guake
guake: add gconf to propagatedUserEnvPkgs
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 .
   '';