mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
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:
parent
a8533ac55f
commit
126e642fea
@ -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 {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user