Skip to content

Commit 6b796a8

Browse files
committed
Include autoreconf
1 parent 93daa51 commit 6b796a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/ghc/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ haskell-nix.haskellLib.makeCompilerDeps (stdenv.mkDerivation (rec {
646646
nativeBuildInputs = [
647647
perl autoconf automake m4 python3 sphinx
648648
ghc bootPkgs.alex bootPkgs.happy bootPkgs.hscolour
649-
] ++ lib.optional (patches != []) autoreconfHook
649+
autoreconfHook ]
650650
++ lib.optional useLdLld llvmPackages.bintools
651651
++ lib.optional (targetPlatform.isWasm) nodejs;
652652

0 commit comments

Comments
 (0)