forked from mirrors/nixpkgs
xulrunner: disable gconf
This commit is contained in:
parent
5602d609c7
commit
b7f49e89af
|
@ -54,6 +54,7 @@ stdenv.mkDerivation rec {
|
|||
"--disable-installer"
|
||||
"--disable-updater"
|
||||
"--disable-pulseaudio"
|
||||
"--disable-gconf"
|
||||
]
|
||||
++ (if debugBuild
|
||||
then [ "--enable-debug" "--enable-profiling"]
|
||||
|
|
Loading…
Reference in a new issue