haskellPackages.sitemap: fix (#438695)

This commit is contained in:
Malte Ott
2025-09-01 13:41:20 +02:00
committed by GitHub
4 changed files with 4 additions and 3 deletions
@@ -2976,6 +2976,9 @@ with haskellLib;
})
] (doJailbreak super.http2-client);
# doctests are failing https://github.com/alpmestan/taggy-lens/issues/8
taggy-lens = dontCheck super.taggy-lens;
# https://github.com/snoyberg/http-client/pull/563
http-client-tls = doJailbreak super.http-client-tls;
@@ -5994,7 +5994,6 @@ broken-packages:
- tag-bits # failure in job https://hydra.nixos.org/build/233245196 at 2023-09-02
- tagged-exception-core # failure in job https://hydra.nixos.org/build/233227946 at 2023-09-02
- tagged-timers # failure in job https://hydra.nixos.org/build/233238738 at 2023-09-02
- taggy-lens # failure in job https://hydra.nixos.org/build/233253920 at 2023-09-02
- taglib-api # failure in job https://hydra.nixos.org/build/233259216 at 2023-09-02
- tagshare # failure in job https://hydra.nixos.org/build/252729876 at 2024-03-16
- tagsoup-ht # failure in job https://hydra.nixos.org/build/233233672 at 2023-09-02
@@ -385,6 +385,7 @@ package-maintainers:
- warp-systemd
- amazonka
- libssh2
- sitemap
ncfavier:
- Agda
- irc-client
-2
View File
@@ -651705,8 +651705,6 @@ self: {
];
description = "Lenses for the taggy html/xml parser";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}
) { };