haskellPackages.*: unmark a few packages as broken

This commit is contained in:
Alexandre Esteves
2026-05-08 12:11:55 +02:00
committed by Wolfgang Walther
parent 6dc592daed
commit 22a0875c6d
3 changed files with 0 additions and 13 deletions
@@ -5571,7 +5571,6 @@ broken-packages:
- sdl2-compositor # failure in job https://hydra.nixos.org/build/233198910 at 2023-09-02
- sdl2-fps # failure in job https://hydra.nixos.org/build/233195346 at 2023-09-02
- sdl2-image # failure in job https://hydra.nixos.org/build/233216837 at 2023-09-02
- sdl2-mixer # failure in job https://hydra.nixos.org/build/233228951 at 2023-09-02
- sdp # failure in job https://hydra.nixos.org/build/233246702 at 2023-09-02
- sdr # failure in job https://hydra.nixos.org/build/243807383 at 2024-01-01
- seacat # failure in job https://hydra.nixos.org/build/233229959 at 2023-09-02
@@ -7120,7 +7119,6 @@ broken-packages:
- vty-examples # failure in job https://hydra.nixos.org/build/233235872 at 2023-09-02
- vty-menu # failure in job https://hydra.nixos.org/build/233232391 at 2023-09-02
- vty-ui # failure in job https://hydra.nixos.org/build/233200900 at 2023-09-02
- vulkan-utils # failure in job https://hydra.nixos.org/build/307522991 at 2025-09-19
- wacom-daemon # failure in job https://hydra.nixos.org/build/233213077 at 2023-09-02
- waddle # failure in job https://hydra.nixos.org/build/233239973 at 2023-09-02
- wai-control # failure in job https://hydra.nixos.org/build/295098171 at 2025-04-22
@@ -7309,7 +7307,6 @@ broken-packages:
- xenstore # failure in job https://hydra.nixos.org/build/233234469 at 2023-09-02
- xfconf # failure in job https://hydra.nixos.org/build/233234800 at 2023-09-02
- xformat # failure in job https://hydra.nixos.org/build/233211918 at 2023-09-02
- xgboost-haskell # failure in job https://hydra.nixos.org/build/295098374 at 2025-04-22
- xhaskell-library # failure in job https://hydra.nixos.org/build/233221178 at 2023-09-02
- xhb # failure in job https://hydra.nixos.org/build/233204853 at 2023-09-02
- xilinx-lava # failure in job https://hydra.nixos.org/build/233247659 at 2023-09-02
@@ -1204,7 +1204,6 @@ dont-distribute-packages:
- graphicstools
- graphtype
- greencard-lib
- grid-proto
- gridbounds
- gridland
- gross
@@ -3250,7 +3249,6 @@ dont-distribute-packages:
- source-code-server
- SourceGraph
- SpacePrivateers
- spade
- sparkle
- sparrow
- sparsebit
-8
View File
@@ -289742,7 +289742,6 @@ self: {
description = "Game engine for Prototyping on a Grid";
license = lib.licenses.bsd3;
badPlatforms = lib.platforms.darwin;
hydraPlatforms = lib.platforms.none;
}
) { };
@@ -607053,8 +607052,6 @@ self: {
description = "Haskell bindings to SDL2_mixer";
license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause";
badPlatforms = lib.platforms.darwin;
hydraPlatforms = lib.platforms.none;
broken = true;
}
) { inherit (pkgs) SDL2_mixer; };
@@ -642413,7 +642410,6 @@ self: {
description = "A simple programming and debugging environment";
license = lib.meta.getLicenseFromSpdxId "GPL-3.0-only";
badPlatforms = lib.platforms.darwin;
hydraPlatforms = lib.platforms.none;
mainProgram = "spade";
}
) { };
@@ -735069,8 +735065,6 @@ self: {
description = "Utils for the vulkan package";
license = lib.licenses.bsd3;
badPlatforms = lib.platforms.darwin;
hydraPlatforms = lib.platforms.none;
broken = true;
}
) { };
@@ -755001,9 +754995,7 @@ self: {
"armv7l-linux"
]
++ lib.platforms.darwin;
hydraPlatforms = lib.platforms.none;
mainProgram = "xgb-agaricus";
broken = true;
}
) { inherit (pkgs) xgboost; };