about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/misc/haskell/hasura/ekg-json.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/misc/haskell/hasura/ekg-json.nix')
-rw-r--r--nixpkgs/pkgs/development/misc/haskell/hasura/ekg-json.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/misc/haskell/hasura/ekg-json.nix b/nixpkgs/pkgs/development/misc/haskell/hasura/ekg-json.nix
index bb71aef27970..db5c7ffb0346 100644
--- a/nixpkgs/pkgs/development/misc/haskell/hasura/ekg-json.nix
+++ b/nixpkgs/pkgs/development/misc/haskell/hasura/ekg-json.nix
@@ -21,5 +21,7 @@ mkDerivation {
   homepage = "https://github.com/tibbe/ekg-json";
   description = "JSON encoding of ekg metrics";
   license = lib.licenses.bsd3;
+  hydraPlatforms = lib.platforms.none;
   maintainers = with lib.maintainers; [ lassulus ];
+  broken = true;
 }