mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
hasura-graphql-engine: mark build as broken
The package depends on the broken stm-containers.
This commit is contained in:
parent
650ddffab5
commit
c90c2067e6
1 changed files with 2 additions and 0 deletions
|
@ -70,4 +70,6 @@ mkDerivation {
|
|||
description = "GraphQL API over Postgres";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
maintainers = with stdenv.lib.maintainers; [ offline ];
|
||||
hydraPlatforms = [];
|
||||
broken = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue