mendeley: fix gconf errors by propgating to user env

gconf fix is based on same done w/guake in #16670.
See also:
https://github.com/NixOS/nixpkgs/issues/24709#issuecomment-292565654
This commit is contained in:
Will Dietz 2018-01-03 14:17:33 -06:00
parent 24e8c382af
commit f07d90d5c5

View File

@ -96,6 +96,8 @@ stdenv.mkDerivation {
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ dpkg which ] ++ deps;
propagatedUserEnvPkgs = [ gconf ];
unpackPhase = "true";
installPhase = ''