From 26073f4a8d95bd3380a78db19af25e4d67b99802 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 16 Mar 2019 16:43:07 +0100 Subject: [PATCH] vaultenv: disable broken build (cherry picked from commit 3642a3a69ccd92ce5baa3fcf48580f8e4a9e5753) --- pkgs/development/tools/haskell/vaultenv/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/tools/haskell/vaultenv/default.nix b/pkgs/development/tools/haskell/vaultenv/default.nix index 6bf5e9be7bf..1eb8bf75cdf 100644 --- a/pkgs/development/tools/haskell/vaultenv/default.nix +++ b/pkgs/development/tools/haskell/vaultenv/default.nix @@ -33,4 +33,6 @@ mkDerivation rec { description = "Runs processes with secrets from HashiCorp Vault"; license = stdenv.lib.licenses.bsd3; maintainers = with stdenv.lib.maintainers; [ lnl7 ]; + hydraPlatforms = []; + broken = true; # does not compile any longer }