purescript: fix build by overriding optparse-applicative dependency
This commit is contained in:
parent
a43ec91901
commit
7775a1a60e
@ -453,8 +453,10 @@ 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
|
# https://github.com/NixOS/nixpkgs/issues/32138
|
||||||
purescript = doJailbreak super.purescript;
|
purescript = super.purescript.overrideScope (self: super: {
|
||||||
|
optparse-applicative = self.optparse-applicative_0_14_0_0;
|
||||||
|
});
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user