Use override instead of overrideScope
This commit is contained in:
parent
7775a1a60e
commit
75b79fb5db
@ -454,9 +454,9 @@ self: super: {
|
|||||||
threads = dontCheck super.threads;
|
threads = dontCheck super.threads;
|
||||||
|
|
||||||
# https://github.com/NixOS/nixpkgs/issues/32138
|
# https://github.com/NixOS/nixpkgs/issues/32138
|
||||||
purescript = super.purescript.overrideScope (self: super: {
|
purescript = super.purescript.override {
|
||||||
optparse-applicative = self.optparse-applicative_0_14_0_0;
|
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…
x
Reference in New Issue
Block a user