Commit 1713e1d0 authored by Dennis Gosnell's avatar Dennis Gosnell
Browse files

taskell: mark broken

taskell depends on an old version of brick that no longer compiles
parent b0b2f16b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -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