haskellPackages.taggy-lens: dontCheck and unbreak

This commit is contained in:
Marc Scholten
2025-08-30 20:23:31 +02:00
parent 1f8f6612c1
commit 08267ddb98
3 changed files with 3 additions and 3 deletions
@@ -2966,6 +2966,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
-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;
}
) { };