xulrunner: use gold linker

This commit is contained in:
Mathijs Kwik 2014-12-10 13:53:59 +01:00
parent 8ca78f0376
commit 4a3510ae2b

View File

@ -4222,6 +4222,7 @@ let
tcl = callPackage ../development/interpreters/tcl { };
xulrunner = callPackage ../development/interpreters/xulrunner {
stdenv = if stdenv.isLinux then useGoldLinker stdenv else stdenv;
inherit (gnome) libIDL;
inherit (pythonPackages) pysqlite;
};