taskell: mark broken

taskell depends on an old version of brick that no longer compiles
This commit is contained in:
Dennis Gosnell 2023-11-10 20:11:19 +09:00
parent b0b2f16bb9
commit 1713e1d023
2 changed files with 3 additions and 0 deletions

View File

@ -5380,6 +5380,7 @@ broken-packages:
- tamarin-prover-utils # failure in job https://hydra.nixos.org/build/233235417 at 2023-09-02
- Tape # failure in job https://hydra.nixos.org/build/233191662 at 2023-09-02
- tapioca # failure in job https://hydra.nixos.org/build/233207781 at 2023-09-02
- taskell # depends on old version of brick
- TaskMonad # failure in job https://hydra.nixos.org/build/233219257 at 2023-09-02
- tasty-autocollect # failure in job https://hydra.nixos.org/build/233256957 at 2023-09-02
- tasty-auto # failure in job https://hydra.nixos.org/build/233220008 at 2023-09-02

View File

@ -292974,7 +292974,9 @@ self: {
testToolDepends = [ tasty-discover ];
description = "A command-line kanban board/task manager";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "taskell";
broken = true;
}) {};
"taskpool" = callPackage