Commit 3e5a8d1a authored by sternenseemann's avatar sternenseemann
Browse files

pkgsStatic.ghc: fix attr pointing to package set sometimes

parent faab2308
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4259,7 +4259,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