forked from mirrors/nixpkgs
purescript: fix building #28296
This commit is contained in:
parent
34d8ff1809
commit
105864a24d
|
@ -422,6 +422,9 @@ self: super: {
|
||||||
# https://github.com/basvandijk/threads/issues/10
|
# https://github.com/basvandijk/threads/issues/10
|
||||||
threads = dontCheck super.threads;
|
threads = dontCheck super.threads;
|
||||||
|
|
||||||
|
# https://github.com/purescript/purescript/pull/3041
|
||||||
|
purescript = doJailbreak super.purescript;
|
||||||
|
|
||||||
# Missing module.
|
# Missing module.
|
||||||
rematch = dontCheck super.rematch; # https://github.com/tcrayford/rematch/issues/5
|
rematch = dontCheck super.rematch; # https://github.com/tcrayford/rematch/issues/5
|
||||||
rematch-text = dontCheck super.rematch-text; # https://github.com/tcrayford/rematch/issues/6
|
rematch-text = dontCheck super.rematch-text; # https://github.com/tcrayford/rematch/issues/6
|
||||||
|
|
Loading…
Reference in a new issue