mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
Use override instead of overrideScope
This commit is contained in:
parent
7775a1a60e
commit
75b79fb5db
@ -454,9 +454,9 @@ self: super: {
|
||||
threads = dontCheck super.threads;
|
||||
|
||||
# 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;
|
||||
});
|
||||
};
|
||||
|
||||
# Missing module.
|
||||
rematch = dontCheck super.rematch; # https://github.com/tcrayford/rematch/issues/5
|
||||
|
Loading…
Reference in New Issue
Block a user