diff --git a/pkgs/applications/misc/guake/default.nix b/pkgs/applications/misc/guake/default.nix index 6290f082734..d0ec7b704ac 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 . '';