haskellPackages.ihp-openai: unbreak (#445026)

This commit is contained in:
Wolfgang Walther
2025-09-22 13:19:21 +00:00
committed by GitHub
3 changed files with 2 additions and 3 deletions
@@ -3267,7 +3267,6 @@ broken-packages:
- 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
- ihaskell-widgets # failure in job https://hydra.nixos.org/build/265955663 at 2024-07-14
- ihp-openai # failure in job https://hydra.nixos.org/build/307610988 at 2025-09-19
- illuminate # failure in job https://hydra.nixos.org/build/233219478 at 2023-09-02
- image-type # failure in job https://hydra.nixos.org/build/233251466 at 2023-09-02
- imagemagick # failure in job https://hydra.nixos.org/build/233598237 at 2023-09-02
@@ -376,6 +376,7 @@ package-maintainers:
- amazonka
- libssh2
- sitemap
- ihp-openai
ncfavier:
- Agda
- irc-client
+1 -2
View File
@@ -373578,8 +373578,7 @@ self: {
];
description = "Call GPT4 from your Haskell apps";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
maintainers = [ lib.maintainers.mpscholten ];
}
) { };