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 2a5e699 commit dec52a2Copy full SHA for dec52a2
builder/shell-for.nix
@@ -124,7 +124,7 @@ in
124
++ nativeBuildInputs
125
++ mkDrvArgs.nativeBuildInputs or []
126
++ lib.attrValues (buildPackages.haskell-nix.tools compiler.nix-name tools)
127
- ++ (lib.optional (ghc.useLdLld or false) llvmPackages.bintools)
+ ++ (lib.optional (ghcEnv.baseGhc.useLdLld or false) llvmPackages.bintools)
128
# If this shell is a cross compilation shell include
129
# wrapper script for running cabal build with appropriate args.
130
++ lib.optional (ghcEnv.targetPrefix != "") (
0 commit comments