summary refs log blame commit diff
path: root/pkgs/applications/office/hledger-irr/default.nix
blob: 6274797f60961d28b71f1a86a4fc84a9c7e628b4 (plain) (tree)
1
2
3
4
5
6
7
8

                                                                         



                                               

                                                                  






                                                                          
                  

    
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, Cabal, hledgerLib, statistics, time }:

cabal.mkDerivation (self: {
  pname = "hledger-irr";
  version = "0.1.1.4";
  sha256 = "0nqd8br86d71dpwq7p8956q74pgqdimid42xikp9zvf632x2s8ax";
  isLibrary = false;
  isExecutable = true;
  buildDepends = [ Cabal hledgerLib statistics time ];
  meta = {
    description = "computes the internal rate of return of an investment";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    broken = true;
  };
})