hasura-graphql-engine: mark build as broken
The package depends on the broken stm-containers.
This commit is contained in:
parent
650ddffab5
commit
c90c2067e6
@ -70,4 +70,6 @@ mkDerivation {
|
|||||||
description = "GraphQL API over Postgres";
|
description = "GraphQL API over Postgres";
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
maintainers = with stdenv.lib.maintainers; [ offline ];
|
maintainers = with stdenv.lib.maintainers; [ offline ];
|
||||||
|
hydraPlatforms = [];
|
||||||
|
broken = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user