Merge pull request #42023 from obsidiansystems/ghcjs-compiler-name
ghcjs: add version to haskellCompilerName
This commit is contained in:
commit
4c7aae7026
|
@ -48,7 +48,7 @@ let
|
||||||
stage1Packages = [];
|
stage1Packages = [];
|
||||||
mkStage2 = _: {};
|
mkStage2 = _: {};
|
||||||
|
|
||||||
haskellCompilerName = "ghcjs";
|
haskellCompilerName = "ghcjs-${bootGhcjs.version}";
|
||||||
};
|
};
|
||||||
|
|
||||||
bootGhcjs = haskellLib.justStaticExecutables passthru.bootPkgs.ghcjs;
|
bootGhcjs = haskellLib.justStaticExecutables passthru.bootPkgs.ghcjs;
|
||||||
|
|
|
@ -174,7 +174,7 @@ in mkDerivation (rec {
|
||||||
isGhcjs = true;
|
isGhcjs = true;
|
||||||
inherit nodejs ghcjsBoot;
|
inherit nodejs ghcjsBoot;
|
||||||
socket-io = pkgs.nodePackages."socket.io";
|
socket-io = pkgs.nodePackages."socket.io";
|
||||||
haskellCompilerName = "ghcjs";
|
haskellCompilerName = "ghcjs-${version}";
|
||||||
|
|
||||||
# let us assume ghcjs is never actually cross compiled
|
# let us assume ghcjs is never actually cross compiled
|
||||||
targetPrefix = "";
|
targetPrefix = "";
|
||||||
|
|
Loading…
Reference in New Issue