ghcjs-ng: add haskellCompilerName attribute
This is needed by some old code in Nixpkgs. Adding it here will fix some eval errors. /cc @ElvishJerricco Fixes #41943
This commit is contained in:
parent
f0f385ae76
commit
45c70e496f
|
@ -47,6 +47,8 @@ let
|
||||||
# Relics of the old GHCJS build system
|
# Relics of the old GHCJS build system
|
||||||
stage1Packages = [];
|
stage1Packages = [];
|
||||||
mkStage2 = _: {};
|
mkStage2 = _: {};
|
||||||
|
|
||||||
|
haskellCompilerName = "ghcjs";
|
||||||
};
|
};
|
||||||
|
|
||||||
bootGhcjs = haskellLib.justStaticExecutables passthru.bootPkgs.ghcjs;
|
bootGhcjs = haskellLib.justStaticExecutables passthru.bootPkgs.ghcjs;
|
||||||
|
|
Loading…
Reference in New Issue