Commit 5923f1f1 authored by Emily's avatar Emily
Browse files

haskell.compiler.ghc948: don’t patch both `aclocal.m4` and `configure`

`autoreconfHook` will handle the latter now.
parent 6664f313
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -476,8 +476,7 @@ stdenv.mkDerivation (
      grep linux-musl llvm-targets | sed 's/^/  /'

      echo "And now patching to preserve '-musleabi' as done with '-gnueabi'"
      # (aclocal.m4 is actual source, but patch configure as well since we don't re-gen)
      for x in configure aclocal.m4; do
      for x in aclocal.m4; do
        substituteInPlace $x \
          --replace '*-android*|*-gnueabi*)' \
                    '*-android*|*-gnueabi*|*-musleabi*)'