haskellPackages.reflex-gloss: jailbreak to fix the build

This commit is contained in:
Rodney Lorrimar 2024-09-18 16:04:26 +08:00
parent 40f1e8f5e7
commit 4b4284053e
No known key found for this signature in database
GPG Key ID: D8B75C95FB4D1143
2 changed files with 3 additions and 1 deletions

View File

@ -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;

View File

@ -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