xulrunner: disable gconf

This commit is contained in:
Luca Bruno 2015-09-29 10:29:48 +02:00
parent 5602d609c7
commit b7f49e89af

View file

@ -54,6 +54,7 @@ stdenv.mkDerivation rec {
"--disable-installer"
"--disable-updater"
"--disable-pulseaudio"
"--disable-gconf"
]
++ (if debugBuild
then [ "--enable-debug" "--enable-profiling"]