about summary refs log tree commit diff
path: root/pkgs/applications/office/hledger-irr/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office/hledger-irr/default.nix')
-rw-r--r--pkgs/applications/office/hledger-irr/default.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/pkgs/applications/office/hledger-irr/default.nix b/pkgs/applications/office/hledger-irr/default.nix
deleted file mode 100644
index 6274797f6096..000000000000
--- a/pkgs/applications/office/hledger-irr/default.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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;
-  };
-})