summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-01-03 14:17:33 -0600
committerWill Dietz <w@wdtz.org>2018-01-04 14:47:20 -0600
commitf07d90d5c5f62955828a8bf0e40fa1e27e3b4056 (patch)
tree25e80e2638a528c9bf32bca9840ed9c2853f1413 /pkgs/applications/office
parent24e8c382afcccf714171bddc238ce0eed17effb8 (diff)
downloadnixlib-f07d90d5c5f62955828a8bf0e40fa1e27e3b4056.tar
nixlib-f07d90d5c5f62955828a8bf0e40fa1e27e3b4056.tar.gz
nixlib-f07d90d5c5f62955828a8bf0e40fa1e27e3b4056.tar.bz2
nixlib-f07d90d5c5f62955828a8bf0e40fa1e27e3b4056.tar.lz
nixlib-f07d90d5c5f62955828a8bf0e40fa1e27e3b4056.tar.xz
nixlib-f07d90d5c5f62955828a8bf0e40fa1e27e3b4056.tar.zst
nixlib-f07d90d5c5f62955828a8bf0e40fa1e27e3b4056.zip
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
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/mendeley/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/office/mendeley/default.nix b/pkgs/applications/office/mendeley/default.nix
index b78eaa9fd3f3..12ad8431cac3 100644
--- a/pkgs/applications/office/mendeley/default.nix
+++ b/pkgs/applications/office/mendeley/default.nix
@@ -96,6 +96,8 @@ stdenv.mkDerivation {
   nativeBuildInputs = [ makeWrapper ];
   buildInputs = [ dpkg which ] ++ deps;
 
+  propagatedUserEnvPkgs = [ gconf ];
+
   unpackPhase = "true";
 
   installPhase = ''