We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 8c4babb commit b6f7afcCopy full SHA for b6f7afc
pkgs/development/compilers/ghc/8.6.3.nix
@@ -172,6 +172,9 @@ stdenv.mkDerivation (rec {
172
# Make sure we never relax`$PATH` and hooks support for compatability.
173
strictDeps = true;
174
175
+ # Don’t add -liconv to LDFLAGS automatically so that GHC will add it itself.
176
+ dontAddExtraLibs = true;
177
+
178
nativeBuildInputs = [
179
perl autoconf automake m4 python3 sphinx
180
ghc bootPkgs.alex bootPkgs.happy bootPkgs.hscolour
0 commit comments