mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
haskellPackages.fwgl-javascript: Mark broken
To fix eval
This commit is contained in:
parent
9104942f95
commit
237294dbf9
@ -1895,6 +1895,7 @@ broken-packages:
|
||||
- fuzzy-timings # failure in job https://hydra.nixos.org/build/233235765 at 2023-09-02
|
||||
- fvars # failure in job https://hydra.nixos.org/build/234461649 at 2023-09-13
|
||||
- fwgl # failure in job https://hydra.nixos.org/build/233246210 at 2023-09-02
|
||||
- fwgl-javascript # broken by fwgl, manually entered here, because it does not appear in transitive-broken.yaml at 2024-07-09
|
||||
- g4ip # failure in job https://hydra.nixos.org/build/233248315 at 2023-09-02
|
||||
- gambler # failure in job https://hydra.nixos.org/build/252732701 at 2024-03-16
|
||||
- gameclock # failure in job https://hydra.nixos.org/build/233234964 at 2023-09-02
|
||||
|
@ -115420,6 +115420,8 @@ self: {
|
||||
];
|
||||
description = "FWGL GHCJS backend";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"fx" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user