Fixed GHCJS
This commit is contained in:
@@ -174,6 +174,7 @@ in mkDerivation (rec {
|
||||
isGhcjs = true;
|
||||
inherit nodejs ghcjsBoot;
|
||||
socket-io = pkgs.nodePackages."socket.io";
|
||||
haskellCompilerName = "ghcjs";
|
||||
|
||||
# let us assume ghcjs is never actually cross compiled
|
||||
targetPrefix = "";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ bootPkgs }:
|
||||
{ bootPkgs, cabal-install }:
|
||||
|
||||
bootPkgs.callPackage ./base.nix {
|
||||
inherit bootPkgs;
|
||||
inherit bootPkgs cabal-install;
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{ fetchgit, fetchFromGitHub, bootPkgs }:
|
||||
{ fetchgit, fetchFromGitHub, bootPkgs, cabal-install }:
|
||||
|
||||
bootPkgs.callPackage ./base.nix {
|
||||
version = "0.2.020170323";
|
||||
|
||||
inherit bootPkgs;
|
||||
inherit bootPkgs cabal-install;
|
||||
|
||||
ghcjsSrc = fetchFromGitHub {
|
||||
owner = "ghcjs";
|
||||
|
||||
Reference in New Issue
Block a user