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 79c3370 commit ea25d0bCopy full SHA for ea25d0b
compiler/ghc/default.nix
@@ -463,7 +463,6 @@ stdenv.mkDerivation (rec {
463
'' + lib.optionalString useLLVM ''
464
export LLC="${llvmPackages.llvm}/bin/llc"
465
export OPT="${llvmPackages.llvm}/bin/opt"
466
- export LLVMAS="${targetCC}/bin/${targetCC.targetPrefix}cc"
467
'' + lib.optionalString (!stdenv.isDarwin) ''
468
export NIX_LDFLAGS+=" -rpath $out/lib/${targetPrefix}ghc-${ghc-version}"
469
'' + lib.optionalString stdenv.isDarwin ''
0 commit comments