From c90c2067e6d0656ad690204bb53994ac9821c7b6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 23 Oct 2020 20:46:22 +0200 Subject: [PATCH] hasura-graphql-engine: mark build as broken The package depends on the broken stm-containers. --- pkgs/development/misc/haskell/hasura/graphql-engine/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/misc/haskell/hasura/graphql-engine/default.nix b/pkgs/development/misc/haskell/hasura/graphql-engine/default.nix index 0bd68afae4b8..055459514e44 100644 --- a/pkgs/development/misc/haskell/hasura/graphql-engine/default.nix +++ b/pkgs/development/misc/haskell/hasura/graphql-engine/default.nix @@ -70,4 +70,6 @@ mkDerivation { description = "GraphQL API over Postgres"; license = stdenv.lib.licenses.asl20; maintainers = with stdenv.lib.maintainers; [ offline ]; + hydraPlatforms = []; + broken = true; }