mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
haskellPackages.reflex-gloss: jailbreak to fix the build
This commit is contained in:
parent
40f1e8f5e7
commit
4b4284053e
@ -1860,6 +1860,9 @@ self: super: {
|
||||
# 2024-03-02: vty <5.39 - https://github.com/reflex-frp/reflex-ghci/pull/33
|
||||
reflex-ghci = assert super.reflex-ghci.version == "0.2.0.1"; doJailbreak super.reflex-ghci;
|
||||
|
||||
# 2024-09-18: transformers <0.5 https://github.com/reflex-frp/reflex-gloss/issues/6
|
||||
reflex-gloss = assert super.reflex-gloss.version == "0.2"; doJailbreak super.reflex-gloss;
|
||||
|
||||
# Due to tests restricting base in 0.8.0.0 release
|
||||
http-media = doJailbreak super.http-media;
|
||||
|
||||
|
@ -5025,7 +5025,6 @@ broken-packages:
|
||||
- reflex-external-ref # failure in job https://hydra.nixos.org/build/233215834 at 2023-09-02
|
||||
- reflex-gadt-api # failure in job https://hydra.nixos.org/build/260124380 at 2024-05-19
|
||||
- reflex-gi-gtk # failure in job https://hydra.nixos.org/build/253683412 at 2024-03-31
|
||||
- reflex-gloss # failure in job https://hydra.nixos.org/build/234457448 at 2023-09-13
|
||||
- reflex-jsx # failure in job https://hydra.nixos.org/build/233207137 at 2023-09-02
|
||||
- reflex-orphans # failure in job https://hydra.nixos.org/build/233249128 at 2023-09-02
|
||||
- reflex-test-host # failure in job https://hydra.nixos.org/build/233220665 at 2023-09-02
|
||||
|
Loading…
Reference in New Issue
Block a user