We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9aa8cd8 + 100f83f commit 81e719eCopy full SHA for 81e719e
pkgs/development/haskell-modules/configuration-darwin.nix
@@ -62,7 +62,6 @@ self: super:
62
63
# issues finding libcharset.h without libiconv in buildInputs on darwin.
64
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;
66
67
git-annex = overrideCabal (drv: {
68
# We can't use testFlags since git-annex side steps the Cabal test mechanism
0 commit comments