1
0
Fork 1
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:
Michael Raskin 2014-11-05 02:47:54 +03:00
parent f1802276d3
commit cf665e9fef

View file

@ -3304,6 +3304,7 @@ let
icedtea7_web = callPackage ../development/compilers/icedtea-web {
jdk = "${icedtea7_jdk}/lib/icedtea";
xulrunner = firefox;
};
ikarus = callPackage ../development/compilers/ikarus { };