forked from mirrors/nixpkgs
firefox: Use regular linker
It builds on Nix >= 1.8pre3890 due to the removal of the ADDR_LIMIT_3GB personality flag.
This commit is contained in:
parent
b61c3c1f3b
commit
bf17f43fe9
|
@ -4187,7 +4187,6 @@ 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;
|
||||
};
|
||||
|
@ -9573,7 +9572,6 @@ let
|
|||
filezilla = callPackage ../applications/networking/ftp/filezilla { };
|
||||
|
||||
firefox = callPackage ../applications/networking/browsers/firefox {
|
||||
stdenv = if stdenv.isLinux then useGoldLinker stdenv else stdenv;
|
||||
inherit (gnome) libIDL;
|
||||
inherit (pythonPackages) pysqlite;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue