mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 21:13:40 +00:00
haskellPackages.apecs-physics: remove broken flag
This commit is contained in:
parent
11ae33fc72
commit
ffd987eef9
@ -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
|
||||
|
@ -500,8 +500,6 @@ dont-distribute-packages:
|
||||
- antiope-s3
|
||||
- antiope-shell
|
||||
- antlrc
|
||||
- apecs-gloss
|
||||
- apecs-physics-gloss
|
||||
- apelsin
|
||||
- api-rpc-accumulate
|
||||
- api-rpc-pegnet
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user