3
0
Fork 0
forked from mirrors/nixpkgs

guake: add gconf to propagatedUserEnvPkgs

This fixes #15978.
This commit is contained in:
Alexey Shmalko 2016-07-03 00:39:38 +03:00
parent 640ac5186f
commit 2bd7855c46
No known key found for this signature in database
GPG key ID: DCEF7BCCEB3066C3

View file

@ -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 .
'';