haskellPackages.general-allocate: remove broken flag

This commit is contained in:
sternenseemann 2024-01-18 16:39:06 +01:00
parent 778125d9b0
commit ea3a560ba6
2 changed files with 0 additions and 3 deletions

View File

@ -1772,7 +1772,6 @@ broken-packages:
- gemstone # failure in job https://hydra.nixos.org/build/233202246 at 2023-09-02
- gender # failure in job https://hydra.nixos.org/build/233235712 at 2023-09-02
- genders # failure in job https://hydra.nixos.org/build/233238566 at 2023-09-02
- general-allocate # failure in job https://hydra.nixos.org/build/233214648 at 2023-09-02
- general-prelude # failure in job https://hydra.nixos.org/build/233248628 at 2023-09-02
- GeneralTicTacToe # failure in job https://hydra.nixos.org/build/233207939 at 2023-09-02
- generator # failure in job https://hydra.nixos.org/build/233213384 at 2023-09-02

View File

@ -114102,8 +114102,6 @@ self: {
];
description = "Exception-safe resource management in more monads";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"general-games" = callPackage