haskell-vaultenv: build is broken due to "optparse-applicative <0.14" dependency

Ping @lnl7.
This commit is contained in:
Peter Simons 2017-12-29 18:05:50 +01:00
parent 7eeea3d7e2
commit 8128c17d44

View File

@ -23,4 +23,5 @@ mkDerivation rec {
description = "Runs processes with secrets from HashiCorp Vault";
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ lnl7 ];
broken = true; # https://hydra.nixos.org/build/66706385
}