mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
purescript: fix building #28296
This commit is contained in:
parent
34d8ff1809
commit
105864a24d
1 changed files with 3 additions and 0 deletions
|
@ -422,6 +422,9 @@ self: super: {
|
|||
# https://github.com/basvandijk/threads/issues/10
|
||||
threads = dontCheck super.threads;
|
||||
|
||||
# https://github.com/purescript/purescript/pull/3041
|
||||
purescript = doJailbreak super.purescript;
|
||||
|
||||
# Missing module.
|
||||
rematch = dontCheck super.rematch; # https://github.com/tcrayford/rematch/issues/5
|
||||
rematch-text = dontCheck super.rematch-text; # https://github.com/tcrayford/rematch/issues/6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue