forked from mirrors/nixpkgs
haskell: provide the name 'ghcjs-prim' (null) to fix evaluation errors
This commit is contained in:
parent
91a8ed37af
commit
a9111840fa
|
@ -19,6 +19,7 @@ self: super: {
|
|||
# GHCJS package set. We provide a dummy version here to fix potential
|
||||
# evaluation errors.
|
||||
ghcjs-base = null;
|
||||
ghcjs-prim = null;
|
||||
|
||||
# Some packages need a non-core version of Cabal.
|
||||
cabal-install = super.cabal-install.overrideScope (self: super: { Cabal = self.Cabal_1_24_2_0; });
|
||||
|
|
Loading…
Reference in a new issue