haskell: Add notion of cross compiler and define nativeGhc with it
Tested to not change hashes
This commit is contained in:
@@ -118,8 +118,8 @@ in mkDerivation (rec {
|
||||
'';
|
||||
passthru = {
|
||||
inherit bootPkgs;
|
||||
isCross = true;
|
||||
isGhcjs = true;
|
||||
nativeGhc = ghc;
|
||||
inherit nodejs ghcjsBoot;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user