From d05329620f9f1c9dea178ac18a75171cb61b1fb2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 8 Jan 2015 20:15:57 +0100 Subject: [PATCH] hledger-irr: broken by hledegr 0.24. --- pkgs/applications/office/hledger-irr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/office/hledger-irr/default.nix b/pkgs/applications/office/hledger-irr/default.nix index e6a7b2a72c2..6274797f609 100644 --- a/pkgs/applications/office/hledger-irr/default.nix +++ b/pkgs/applications/office/hledger-irr/default.nix @@ -13,6 +13,6 @@ cabal.mkDerivation (self: { description = "computes the internal rate of return of an investment"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; - maintainers = with self.stdenv.lib.maintainers; [ simons ]; + broken = true; }; })