lol

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