From 1fea3efe7abd9128775ddf6b76f61f10171ccaf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 13 Jul 2022 09:24:56 -0500 Subject: [PATCH] haskellPackages.brick_0_71_1: fix eval --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 832a7f349da4..43bf0ce801d6 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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; });