From 100f83ff87f6e10926dcde54275695ad0511d50b Mon Sep 17 00:00:00 2001 From: Winter Date: Sun, 11 May 2025 13:46:33 -0400 Subject: [PATCH] haskellPackages: remove darwin override for with-utf8_1_1_0_0 Attribute was removed in 7e2a5a598c4f759c200142d0753215a20647eb65. --- pkgs/development/haskell-modules/configuration-darwin.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-darwin.nix b/pkgs/development/haskell-modules/configuration-darwin.nix index 005afaa1ab85..1abc538fe663 100644 --- a/pkgs/development/haskell-modules/configuration-darwin.nix +++ b/pkgs/development/haskell-modules/configuration-darwin.nix @@ -62,7 +62,6 @@ self: super: # issues finding libcharset.h without libiconv in buildInputs on darwin. with-utf8 = addExtraLibrary pkgs.libiconv super.with-utf8; - with-utf8_1_1_0_0 = addExtraLibrary pkgs.libiconv super.with-utf8_1_1_0_0; git-annex = overrideCabal (drv: { # We can't use testFlags since git-annex side steps the Cabal test mechanism