about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorLuca Bruno <lethalman88@gmail.com>2015-09-29 10:29:48 +0200
committerLuca Bruno <lethalman88@gmail.com>2015-09-29 10:29:48 +0200
commitb7f49e89af0944dd258f28dd17c47587b09cf1f8 (patch)
tree9fe24f56a9c142b4cda16113905aa650cd516892 /pkgs/development/interpreters
parent5602d609c7d92e759cbf7b33ff9dbde68aa117ff (diff)
downloadnixlib-b7f49e89af0944dd258f28dd17c47587b09cf1f8.tar
nixlib-b7f49e89af0944dd258f28dd17c47587b09cf1f8.tar.gz
nixlib-b7f49e89af0944dd258f28dd17c47587b09cf1f8.tar.bz2
nixlib-b7f49e89af0944dd258f28dd17c47587b09cf1f8.tar.lz
nixlib-b7f49e89af0944dd258f28dd17c47587b09cf1f8.tar.xz
nixlib-b7f49e89af0944dd258f28dd17c47587b09cf1f8.tar.zst
nixlib-b7f49e89af0944dd258f28dd17c47587b09cf1f8.zip
xulrunner: disable gconf
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/xulrunner/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/xulrunner/default.nix b/pkgs/development/interpreters/xulrunner/default.nix
index bc943a80ac7b..e5c6397ff82f 100644
--- a/pkgs/development/interpreters/xulrunner/default.nix
+++ b/pkgs/development/interpreters/xulrunner/default.nix
@@ -54,6 +54,7 @@ stdenv.mkDerivation rec {
       "--disable-installer"
       "--disable-updater"
       "--disable-pulseaudio"
+      "--disable-gconf"
     ]
     ++ (if debugBuild
         then [ "--enable-debug" "--enable-profiling"]