Skip to content

Commit 81e719e

Browse files
authored
haskellPackages: remove darwin override for with-utf8_1_1_0_0 (#406303)
2 parents 9aa8cd8 + 100f83f commit 81e719e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkgs/development/haskell-modules/configuration-darwin.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ self: super:
6262

6363
# issues finding libcharset.h without libiconv in buildInputs on darwin.
6464
with-utf8 = addExtraLibrary pkgs.libiconv super.with-utf8;
65-
with-utf8_1_1_0_0 = addExtraLibrary pkgs.libiconv super.with-utf8_1_1_0_0;
6665

6766
git-annex = overrideCabal (drv: {
6867
# We can't use testFlags since git-annex side steps the Cabal test mechanism

0 commit comments

Comments
 (0)