forked from mirrors/nixpkgs
haskellPackages.brick_0_71_1: fix eval
This commit is contained in:
parent
41048f0b46
commit
1fea3efe7a
|
@ -352,7 +352,7 @@ self: super: {
|
|||
lvmrun = disableHardening ["format"] (dontCheck super.lvmrun);
|
||||
matplotlib = dontCheck super.matplotlib;
|
||||
|
||||
brick_0_71_1 = super.brick_0_71_1.overrideScope (self: super: {
|
||||
brick_0_73 = super.brick_0_73.overrideScope (self: super: {
|
||||
vty = self.vty_5_36;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue