mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on *evaluation [1801949](https://hydra.nixos.org/eval/1801949) of nixpkgs commit [4b375a4
](4b375a4b12
) as of 2023-11-20 06:46 UTC* from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
This commit is contained in:
parent
4b375a4b12
commit
537bedd19e
@ -2800,6 +2800,7 @@ broken-packages:
|
||||
- ihaskell-charts # failure in job https://hydra.nixos.org/build/233193328 at 2023-09-02
|
||||
- ihaskell-gnuplot # failure in job https://hydra.nixos.org/build/233223675 at 2023-09-02
|
||||
- ihaskell-graphviz # failure in job https://hydra.nixos.org/build/233200671 at 2023-09-02
|
||||
- ihaskell-hvega # failure in job https://hydra.nixos.org/build/241514418 at 2023-11-20
|
||||
- ihaskell-parsec # failure in job https://hydra.nixos.org/build/233244271 at 2023-09-02
|
||||
- ihaskell-plot # failure in job https://hydra.nixos.org/build/233255936 at 2023-09-02
|
||||
- ihp-hsx # failure in job https://hydra.nixos.org/build/233211401 at 2023-09-02
|
||||
|
@ -167652,6 +167652,8 @@ self: {
|
||||
libraryHaskellDepends = [ aeson base hvega ihaskell text ];
|
||||
description = "IHaskell display instance for hvega types";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"ihaskell-inline-r" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user