Skip to content

Commit

Permalink
ghc863: dont add extra libs
Browse files Browse the repository at this point in the history
Don’t add -liconv to LDFLAGS automatically so that GHC will add it itself.
  • Loading branch information
matthewbauer committed Mar 4, 2019
1 parent 8c4babb commit b6f7afc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/compilers/ghc/8.6.3.nix
Expand Up @@ -172,6 +172,9 @@ stdenv.mkDerivation (rec {
# Make sure we never relax`$PATH` and hooks support for compatability.
strictDeps = true;

# Don’t add -liconv to LDFLAGS automatically so that GHC will add it itself.
dontAddExtraLibs = true;

nativeBuildInputs = [
perl autoconf automake m4 python3 sphinx
ghc bootPkgs.alex bootPkgs.happy bootPkgs.hscolour
Expand Down

0 comments on commit b6f7afc

Please sign in to comment.