pkgsStatic.ghc: fix attr pointing to package set sometimes (#507998)

This commit is contained in:
Alexandre Esteves
2026-04-10 17:50:46 +00:00
committed by GitHub
+1 -1
View File
@@ -4217,7 +4217,7 @@ with pkgs;
# Prefer native-bignum to avoid linking issues with gmp;
# GHC 9.10 doesn't work too well with iserv-proxy.
if stdenv.hostPlatform.isStatic then
haskell.packages.native-bignum.ghc912
haskell.compiler.native-bignum.ghc912
# JS backend can't use GMP
else if stdenv.targetPlatform.isGhcjs then
haskell.compiler.native-bignum.ghc910