3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages.brick_0_71_1: fix eval

This commit is contained in:
Domen Kožar 2022-07-13 09:24:56 -05:00
parent 41048f0b46
commit 1fea3efe7a

View file

@ -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;
});