haskellPackages: remove darwin override for with-utf8_1_1_0_0

Attribute was removed in 7e2a5a598c.
This commit is contained in:
Winter
2025-05-11 20:05:22 -04:00
parent 9f048ce93d
commit 100f83ff87
@@ -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