mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
Use Firefox instead of Xulrunner for icedtea7_web: reduces builds on realistic NixPkgs use
This commit is contained in:
parent
f1802276d3
commit
cf665e9fef
|
@ -3304,6 +3304,7 @@ let
|
|||
|
||||
icedtea7_web = callPackage ../development/compilers/icedtea-web {
|
||||
jdk = "${icedtea7_jdk}/lib/icedtea";
|
||||
xulrunner = firefox;
|
||||
};
|
||||
|
||||
ikarus = callPackage ../development/compilers/ikarus { };
|
||||
|
|
Loading…
Reference in a new issue