Use override instead of overrideScope

This commit is contained in:
Jonathan Curran 2017-11-29 15:47:44 -07:00
parent 7775a1a60e
commit 75b79fb5db

View File

@ -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