haskellPackages.cairo-image: drop broken flag

This commit is contained in:
sternenseemann 2024-01-05 12:43:03 +01:00
parent 01ca8d8a6a
commit b2ae749343
2 changed files with 0 additions and 3 deletions

View File

@ -613,7 +613,6 @@ broken-packages:
- cacophony # failure in job https://hydra.nixos.org/build/233239380 at 2023-09-02
- cafeteria-prelude # failure in job https://hydra.nixos.org/build/233254881 at 2023-09-02
- cairo-core # failure in job https://hydra.nixos.org/build/233248151 at 2023-09-02
- cairo-image # failure in job https://hydra.nixos.org/build/243813080 at 2024-01-01
- cake3 # failure in job https://hydra.nixos.org/build/233231662 at 2023-09-02
- cal3d # failure in job https://hydra.nixos.org/build/233200357 at 2023-09-02
- calamity # failure in updateAutotoolsGnuConfigScriptsPhase in job https://hydra.nixos.org/build/238601583 at 2023-10-21

View File

@ -58544,8 +58544,6 @@ self: {
testHaskellDepends = [ base c-enum primitive template-haskell ];
description = "Image for Cairo";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs) cairo;};
"cake" = callPackage