summary refs log tree commit diff
path: root/pkgs/development/misc
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-10-23 20:46:22 +0200
committerPeter Simons <simons@cryp.to>2020-10-23 21:00:26 +0200
commitc90c2067e6d0656ad690204bb53994ac9821c7b6 (patch)
tree17d335283d3309abe0aaec390da0a62b3d078a1e /pkgs/development/misc
parent650ddffab5b36363a6201e29677e9b78ed0358f0 (diff)
downloadnixpkgs-c90c2067e6d0656ad690204bb53994ac9821c7b6.tar
nixpkgs-c90c2067e6d0656ad690204bb53994ac9821c7b6.tar.gz
nixpkgs-c90c2067e6d0656ad690204bb53994ac9821c7b6.tar.bz2
nixpkgs-c90c2067e6d0656ad690204bb53994ac9821c7b6.tar.lz
nixpkgs-c90c2067e6d0656ad690204bb53994ac9821c7b6.tar.xz
nixpkgs-c90c2067e6d0656ad690204bb53994ac9821c7b6.tar.zst
nixpkgs-c90c2067e6d0656ad690204bb53994ac9821c7b6.zip
hasura-graphql-engine: mark build as broken
The package depends on the broken stm-containers.
Diffstat (limited to 'pkgs/development/misc')
-rw-r--r--pkgs/development/misc/haskell/hasura/graphql-engine/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/misc/haskell/hasura/graphql-engine/default.nix b/pkgs/development/misc/haskell/hasura/graphql-engine/default.nix
index 0bd68afae4b..055459514e4 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;
 }