Merge pull request #176953 from libjared/ghcjs-aeson
haskell.packages.ghcjs.ghcjs-base: fix build
This commit is contained in:
@@ -20,6 +20,7 @@ self: super:
|
||||
|
||||
ghcjs-base = dontCheck (self.callPackage ../compilers/ghcjs/ghcjs-base.nix {
|
||||
fetchFromGitHub = pkgs.buildPackages.fetchFromGitHub;
|
||||
aeson = self.aeson_1_5_6_0;
|
||||
});
|
||||
|
||||
# GHCJS does not ship with the same core packages as GHC.
|
||||
|
||||
Reference in New Issue
Block a user