mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 07:34:21 +00:00
haskellPackages.vty-unix: remove broken flag
This commit is contained in:
parent
b467011351
commit
bd583b6169
@ -5921,7 +5921,6 @@ broken-packages:
|
||||
- vty-examples # failure in job https://hydra.nixos.org/build/233235872 at 2023-09-02
|
||||
- vty-menu # failure in job https://hydra.nixos.org/build/233232391 at 2023-09-02
|
||||
- vty-ui # failure in job https://hydra.nixos.org/build/233200900 at 2023-09-02
|
||||
- vty-unix # failure in job https://hydra.nixos.org/build/241443107 at 2023-11-19
|
||||
- wacom-daemon # failure in job https://hydra.nixos.org/build/233213077 at 2023-09-02
|
||||
- waddle # failure in job https://hydra.nixos.org/build/233239973 at 2023-09-02
|
||||
- wai-git-http # failure in job https://hydra.nixos.org/build/233191513 at 2023-09-02
|
||||
|
@ -316017,9 +316017,7 @@ self: {
|
||||
executableHaskellDepends = [ ansi-terminal base vty ];
|
||||
description = "Unix backend for Vty";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "vty-unix-build-width-table";
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"vty-windows" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user