Revert "xulrunner: use gold linker"
This reverts commit 4a3510ae2b
.
Error occurs randomly http://hydra.nixos.org/eval/1165369
This commit is contained in:
parent
89fa1733fa
commit
9768adaf1e
|
@ -4211,7 +4211,6 @@ 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