Skip to content

Commit b6f7afc

Browse files
authoredMar 4, 2019
ghc863: dont add extra libs
Don’t add -liconv to LDFLAGS automatically so that GHC will add it itself.
1 parent 8c4babb commit b6f7afc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎pkgs/development/compilers/ghc/8.6.3.nix

+3
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ stdenv.mkDerivation (rec {
172172
# Make sure we never relax`$PATH` and hooks support for compatability.
173173
strictDeps = true;
174174

175+
# Don’t add -liconv to LDFLAGS automatically so that GHC will add it itself.
176+
dontAddExtraLibs = true;
177+
175178
nativeBuildInputs = [
176179
perl autoconf automake m4 python3 sphinx
177180
ghc bootPkgs.alex bootPkgs.happy bootPkgs.hscolour

0 commit comments

Comments
 (0)
Please sign in to comment.