haskellPackages.pipes-extras: jailbreak to fix the build

I'm not sure why this needs a jailbreak. There is already a hackage
revision to fix it:
https://hackage.haskell.org/package/pipes-extras-1.0.15/revisions/
This commit is contained in:
Rodney Lorrimar 2024-09-18 16:10:08 +08:00
parent a8533ac55f
commit 126e642fea
No known key found for this signature in database
GPG Key ID: D8B75C95FB4D1143
2 changed files with 3 additions and 1 deletions

View File

@ -1919,6 +1919,9 @@ self: super: {
# https://github.com/Gabriella439/Haskell-Pipes-HTTP-Library/pull/17
pipes-http = doJailbreak super.pipes-http;
# 2024-09-18: transformers <0.6 https://github.com/Gabriella439/Haskell-Pipes-Extras-Library/pull/19
pipes-extras = assert super.pipes-extras.version == "1.0.15"; doJailbreak super.pipes-extras;
moto-postgresql = appendPatches [
# https://gitlab.com/k0001/moto/-/merge_requests/3
(fetchpatch {

View File

@ -4566,7 +4566,6 @@ broken-packages:
- pipes-cereal # failure in job https://hydra.nixos.org/build/233195413 at 2023-09-02
- pipes-core # failure in job https://hydra.nixos.org/build/233213024 at 2023-09-02
- pipes-errors # failure in job https://hydra.nixos.org/build/233214912 at 2023-09-02
- pipes-extras # failure in job https://hydra.nixos.org/build/252732291 at 2024-03-16
- pipes-interleave # failure in job https://hydra.nixos.org/build/233247428 at 2023-09-02
- pipes-io # failure in job https://hydra.nixos.org/build/233243253 at 2023-09-02
- pipes-kafka # failure in job https://hydra.nixos.org/build/252727228 at 2024-03-16