ghc8102: Fix whitespace

This commit is contained in:
Robert Hensing 2020-11-06 11:35:19 +01:00
parent 6057cb9786
commit 7ac71d78a3

View File

@ -107,9 +107,9 @@ stdenv.mkDerivation (rec {
outputs = [ "out" "doc" ]; outputs = [ "out" "doc" ];
# https://gitlab.haskell.org/ghc/ghc/-/issues/18549 # https://gitlab.haskell.org/ghc/ghc/-/issues/18549
patches = [ patches = [
./issue-18549.patch ./issue-18549.patch
]; ];
postPatch = "patchShebangs ."; postPatch = "patchShebangs .";
@ -190,7 +190,7 @@ stdenv.mkDerivation (rec {
strictDeps = true; strictDeps = true;
# Dont add -liconv to LDFLAGS automatically so that GHC will add it itself. # Dont add -liconv to LDFLAGS automatically so that GHC will add it itself.
dontAddExtraLibs = true; dontAddExtraLibs = true;
nativeBuildInputs = [ nativeBuildInputs = [
perl autoconf automake m4 python3 sphinx perl autoconf automake m4 python3 sphinx