Merge pull request #223590 from MercuryTechnologies/gabriella/openai-hs

Fix build for `openai-hs`
This commit is contained in:
Dennis Gosnell 2023-04-01 12:30:30 +09:00 committed by GitHub
commit dfbaa98dbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View File

@ -1164,6 +1164,7 @@ self: super: {
# Requires API keys to run tests
algolia = dontCheck super.algolia;
openai-hs = dontCheck super.openai-hs;
# antiope-s3's latest stackage version has a hspec < 2.6 requirement, but
# hspec which isn't in stackage is already past that

View File

@ -3726,7 +3726,6 @@ broken-packages:
- opaleye-trans
- open-adt
- OpenAFP
- openai-hs
- openapi3
- openapi3-code-generator
- openapi-petstore

View File

@ -211540,8 +211540,6 @@ self: {
];
description = "Unofficial OpenAI client";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"openai-servant" = callPackage