mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
build ghc with older binary where possible
This commit is contained in:
parent
374648deaa
commit
c5cb8aab31
@ -226,7 +226,7 @@
|
||||
|
||||
packages_ghc783 =
|
||||
packages { ghcPath = ../development/compilers/ghc/7.8.3.nix;
|
||||
ghcBinary = ghc783Binary;
|
||||
ghcBinary = if stdenv.isDarwin then ghc783Binary else ghc742Binary;
|
||||
prefFun = ghc783Prefs;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user