tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
hledger-irr: broken by hledegr 0.24.
Peter Simons
11 years ago
d0532962
96a94276
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
office
hledger-irr
default.nix
+1
-1
pkgs/applications/office/hledger-irr/default.nix
···
13
13
description = "computes the internal rate of return of an investment";
14
14
license = self.stdenv.lib.licenses.bsd3;
15
15
platforms = self.ghc.meta.platforms;
16
16
-
maintainers = with self.stdenv.lib.maintainers; [ simons ];
16
16
+
broken = true;
17
17
};
18
18
})