haskellPackages: mark builds failing on hydra as broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1816563](https://hydra.nixos.org/eval/1816563) of nixpkgs commit [bbb13da](bbb13daacc) as of 2025-07-01 22:36 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
This commit is contained in:
sternenseemann 2025-07-02 00:41:58 +02:00
parent d177909032
commit 3ea4dc0450
3 changed files with 13 additions and 0 deletions

View File

@ -2472,6 +2472,7 @@ broken-packages:
- haskoin-store # failure in job https://hydra.nixos.org/build/299138382 at 2025-06-23
- haskoin-util # failure in job https://hydra.nixos.org/build/233222171 at 2023-09-02
- haskoin-wallet # failure in job https://hydra.nixos.org/build/233206922 at 2023-09-02
- haskore-realtime # failure in job https://hydra.nixos.org/build/301391170 at 2025-07-01
- haskore-vintage # failure in job https://hydra.nixos.org/build/233230742 at 2023-09-02
- HaskRel # failure in job https://hydra.nixos.org/build/295090970 at 2025-04-22
- hasktorch-codegen # failure in job https://hydra.nixos.org/build/233232876 at 2023-09-02
@ -4733,6 +4734,7 @@ broken-packages:
- pomohoro # failure in job https://hydra.nixos.org/build/233244601 at 2023-09-02
- ponder # failure in job https://hydra.nixos.org/build/233223646 at 2023-09-02
- pong-server # failure in job https://hydra.nixos.org/build/233194974 at 2023-09-02
- pontarius-xmpp-extras # failure in job https://hydra.nixos.org/build/301059892 at 2025-07-01
- pontarius-xpmn # failure in job https://hydra.nixos.org/build/233217546 at 2023-09-02
- pool # failure in job https://hydra.nixos.org/build/233205364 at 2023-09-02
- pool-conduit # failure in job https://hydra.nixos.org/build/233246643 at 2023-09-02
@ -5520,6 +5522,7 @@ broken-packages:
- signable # failure in job https://hydra.nixos.org/build/259979871 at 2024-05-19
- signable-haskell-protoc # failure in job https://hydra.nixos.org/build/252734188 at 2024-03-16
- signal-messaging-dbus # failure in job https://hydra.nixos.org/build/252723131 at 2024-03-16
- signature # failure in job https://hydra.nixos.org/build/301391178 at 2025-07-01
- significant-figures # failure in job https://hydra.nixos.org/build/295097004 at 2025-04-22
- silero-vad # failure in job https://hydra.nixos.org/build/295096978 at 2025-04-22
- simd # failure in job https://hydra.nixos.org/build/233206642 at 2023-09-02

View File

@ -1633,6 +1633,7 @@ dont-distribute-packages:
- hsdev
- hsec-core
- Hsed
- hsendxmpp
- hsfacter
- HSGEP
- HSHHelpers
@ -2205,6 +2206,7 @@ dont-distribute-packages:
- MFlow
- Mhailist
- Michelangelo
- micro-gateway
- microformats2-types
- MicroHs
- MicrosoftTranslator

View File

@ -308352,6 +308352,8 @@ self: {
];
description = "Routines for realtime playback of Haskore songs";
license = "GPL";
hydraPlatforms = lib.platforms.none;
broken = true;
}
) { };
@ -350308,6 +350310,7 @@ self: {
];
description = "sendxmpp clone, sending XMPP messages via CLI";
license = lib.licenses.agpl3Only;
hydraPlatforms = lib.platforms.none;
mainProgram = "hsendxmpp";
}
) { };
@ -444395,6 +444398,7 @@ self: {
];
description = "A Micro service gateway";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "simple-gateway";
}
) { };
@ -526511,6 +526515,8 @@ self: {
];
description = "XEPs implementation on top of pontarius-xmpp";
license = "unknown";
hydraPlatforms = lib.platforms.none;
broken = true;
}
) { };
@ -607257,6 +607263,8 @@ self: {
];
description = "Hmac sha256 signature json and http payload";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}
) { };