xulrunner: use gold linker
This commit is contained in:
parent
8ca78f0376
commit
4a3510ae2b
|
@ -4222,6 +4222,7 @@ let
|
||||||
tcl = callPackage ../development/interpreters/tcl { };
|
tcl = callPackage ../development/interpreters/tcl { };
|
||||||
|
|
||||||
xulrunner = callPackage ../development/interpreters/xulrunner {
|
xulrunner = callPackage ../development/interpreters/xulrunner {
|
||||||
|
stdenv = if stdenv.isLinux then useGoldLinker stdenv else stdenv;
|
||||||
inherit (gnome) libIDL;
|
inherit (gnome) libIDL;
|
||||||
inherit (pythonPackages) pysqlite;
|
inherit (pythonPackages) pysqlite;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue