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