mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
xulrunner: use gold linker
This commit is contained in:
parent
8ca78f0376
commit
4a3510ae2b
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user