hasura-graphql-engine: mark build as broken

The package depends on the broken stm-containers.
This commit is contained in:
Peter Simons 2020-10-23 20:46:22 +02:00
parent 650ddffab5
commit c90c2067e6

View file

@ -70,4 +70,6 @@ mkDerivation {
description = "GraphQL API over Postgres";
license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers; [ offline ];
hydraPlatforms = [];
broken = true;
}