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:
Matthew Justin Bauer
2018-06-13 16:34:50 -04:00
committed by GitHub
parent f0f385ae76
commit 45c70e496f

View File

@@ -47,6 +47,8 @@ let
# Relics of the old GHCJS build system
stage1Packages = [];
mkStage2 = _: {};
haskellCompilerName = "ghcjs";
};
bootGhcjs = haskellLib.justStaticExecutables passthru.bootPkgs.ghcjs;