haskellPackages.apecs-physics: remove broken flag

This commit is contained in:
sternenseemann 2024-01-25 01:06:53 +01:00
parent 11ae33fc72
commit ffd987eef9
3 changed files with 0 additions and 7 deletions

View File

@ -183,7 +183,6 @@ broken-packages:
- aosd # failure in job https://hydra.nixos.org/build/233207331 at 2023-09-02
- apache-md5 # failure in job https://hydra.nixos.org/build/233193946 at 2023-09-02
- apart # failure in job https://hydra.nixos.org/build/233219668 at 2023-09-02
- apecs-physics # failure in job https://hydra.nixos.org/build/233212565 at 2023-09-02
- api-builder # failure in job https://hydra.nixos.org/build/233205755 at 2023-09-02
- api-rpc-factom # failure in job https://hydra.nixos.org/build/233198474 at 2023-09-02
- apns-http2 # failure in job https://hydra.nixos.org/build/233248620 at 2023-09-02

View File

@ -500,8 +500,6 @@ dont-distribute-packages:
- antiope-s3
- antiope-shell
- antlrc
- apecs-gloss
- apecs-physics-gloss
- apelsin
- api-rpc-accumulate
- api-rpc-pegnet

View File

@ -36660,7 +36660,6 @@ self: {
];
description = "Simple gloss renderer for apecs";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"apecs-physics" = callPackage
@ -36676,8 +36675,6 @@ self: {
];
description = "2D physics for apecs";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"apecs-physics-gloss" = callPackage
@ -36689,7 +36686,6 @@ self: {
libraryHaskellDepends = [ apecs apecs-physics base gloss ];
description = "Gloss rendering for apecs-physics";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"apecs-stm" = callPackage