hasura-graphql-engine: mark as broken

`graphql-engine` and `graphql-parser` appear to need to be updated for
aeson-2.0.
This commit is contained in:
Dennis Gosnell 2022-04-21 10:34:31 +09:00
parent 9cd8281b8b
commit ddbc061b4b
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
2 changed files with 10 additions and 0 deletions

View file

@ -96,4 +96,9 @@ mkDerivation {
description = "GraphQL API over Postgres";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ lassulus ];
# Needs to be updated for aeson-2.0
# https://github.com/hasura/graphql-engine/issues/8369
hydraPlatforms = lib.platforms.none;
broken = true;
}

View file

@ -29,4 +29,9 @@ mkDerivation {
description = "A native Haskell GraphQL parser";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ lassulus ];
# Needs to be updated for aeson-2.0
# https://github.com/hasura/graphql-engine/issues/8369
hydraPlatforms = lib.platforms.none;
broken = true;
}