Commit 6664f313 authored by Emily's avatar Emily
Browse files

haskell.compiler.ghc948: use `autoreconfHook`

This matches the Hadrian build, and will be required for the LLVM
support backports.
parent 7d28e619
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -14,14 +14,12 @@

  # build-tools
  bootPkgs,
  autoconf,
  automake,
  autoreconfHook,
  coreutils,
  fetchpatch,
  fetchurl,
  perl,
  python3,
  m4,
  sphinx,
  xattr,
  autoSignDarwinBinariesHook,
@@ -546,10 +544,8 @@ stdenv.mkDerivation (
    dontAddExtraLibs = true;

    nativeBuildInputs = [
      autoreconfHook
      perl
      autoconf
      automake
      m4
      python3
      bootPkgs.alex
      bootPkgs.happy