haskell.compiler.ghc{924,963,984}Binary: use `broken` for NCG check (#441069)

authored by

Emily and committed by
GitHub
892ee021 0eaac9af

+3 -6
+1 -2
pkgs/development/compilers/ghc/9.2.4-binary.nix
··· 211 211 212 212 in 213 213 214 - assert import ./common-have-ncg.nix { inherit lib stdenv version; }; 215 - 216 214 stdenv.mkDerivation { 217 215 inherit version; 218 216 pname = "ghc-binary${binDistUsed.variantSuffix}"; ··· 497 495 # `pkgsMusl`. 498 496 platforms = builtins.attrNames ghcBinDists.${distSetName}; 499 497 teams = [ lib.teams.haskell ]; 498 + broken = !(import ./common-have-ncg.nix { inherit lib stdenv version; }); 500 499 }; 501 500 }
+1 -2
pkgs/development/compilers/ghc/9.6.3-binary.nix
··· 210 210 211 211 in 212 212 213 - assert import ./common-have-ncg.nix { inherit lib stdenv version; }; 214 - 215 213 stdenv.mkDerivation { 216 214 inherit version; 217 215 pname = "ghc-binary${binDistUsed.variantSuffix}"; ··· 471 469 # `pkgsMusl`. 472 470 platforms = builtins.attrNames ghcBinDists.${distSetName}; 473 471 teams = [ lib.teams.haskell ]; 472 + broken = !(import ./common-have-ncg.nix { inherit lib stdenv version; }); 474 473 }; 475 474 }
+1 -2
pkgs/development/compilers/ghc/9.8.4-binary.nix
··· 224 224 225 225 in 226 226 227 - assert import ./common-have-ncg.nix { inherit lib stdenv version; }; 228 - 229 227 stdenv.mkDerivation { 230 228 inherit version; 231 229 pname = "ghc-binary${binDistUsed.variantSuffix}"; ··· 486 484 # `pkgsMusl`. 487 485 platforms = builtins.attrNames ghcBinDists.${distSetName}; 488 486 maintainers = lib.teams.haskell.members; 487 + broken = !(import ./common-have-ncg.nix { inherit lib stdenv version; }); 489 488 }; 490 489 }