ghc: wire up new binary ghc for bootstrapping
This change brings development feedback loop improvement from a couple of ghc rebuilds to only one for working on generic builder. To completely eliminate the rebuilds, use two nixpkgs clones and point boot packages to the unmodified one.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{ stdenv
|
||||
, fetchurl, perl
|
||||
, ncurses5, gmp, libiconv
|
||||
, enableIntegerSimple ? false
|
||||
, gcc
|
||||
}:
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{ stdenv
|
||||
, fetchurl, perl
|
||||
, ncurses5, gmp, libiconv
|
||||
, enableIntegerSimple ? false
|
||||
}:
|
||||
|
||||
let
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{ stdenv
|
||||
, fetchurl, perl, gcc
|
||||
, ncurses5, gmp, libiconv
|
||||
, enableIntegerSimple ? false
|
||||
}:
|
||||
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user