mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
Merge pull request #22995 from rvl/lentil
haskellPackages.lentil: no longer needs overrides
This commit is contained in:
commit
7422bb0ceb
@ -808,12 +808,6 @@ self: super: {
|
||||
# No upstream issue tracker
|
||||
hspec-expectations-pretty-diff = dontCheck super.hspec-expectations-pretty-diff;
|
||||
|
||||
lentil = super.lentil.overrideScope (self: super: {
|
||||
pipes = self.pipes_4_3_2;
|
||||
# https://github.com/roelvandijk/terminal-progress-bar/issues/14
|
||||
terminal-progress-bar = doJailbreak self.terminal-progress-bar_0_1_1;
|
||||
});
|
||||
|
||||
# https://github.com/basvandijk/lifted-base/issues/34
|
||||
lifted-base = doJailbreak super.lifted-base;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user