ghc-9.0.1: avoid use of tabs in the expression

This commit is contained in:
Peter Simons 2021-01-01 20:50:38 +01:00
parent 0b700ca361
commit bf5e99fc7a

View File

@ -185,7 +185,7 @@ stdenv.mkDerivation (rec {
strictDeps = true;
# Dont add -liconv to LDFLAGS automatically so that GHC will add it itself.
dontAddExtraLibs = true;
dontAddExtraLibs = true;
nativeBuildInputs = [
perl autoconf automake m4 python3 sphinx