We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93daa51 commit 6b796a8Copy full SHA for 6b796a8
compiler/ghc/default.nix
@@ -646,7 +646,7 @@ haskell-nix.haskellLib.makeCompilerDeps (stdenv.mkDerivation (rec {
646
nativeBuildInputs = [
647
perl autoconf automake m4 python3 sphinx
648
ghc bootPkgs.alex bootPkgs.happy bootPkgs.hscolour
649
- ] ++ lib.optional (patches != []) autoreconfHook
+ autoreconfHook ]
650
++ lib.optional useLdLld llvmPackages.bintools
651
++ lib.optional (targetPlatform.isWasm) nodejs;
652
0 commit comments