From c10a424bdd82beea337c62359bca151458cd35e2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 1 May 2014 12:56:45 +0200 Subject: [PATCH] ledger-2.6.3: rename the derivation to "ledger2" to allow installing this version instead of ledger 3.x (which doesn't support reading GNUCash files) Discussed in . --- pkgs/applications/office/ledger/2.6.3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/office/ledger/2.6.3.nix b/pkgs/applications/office/ledger/2.6.3.nix index ca71ceeca66..69015dfb2d7 100644 --- a/pkgs/applications/office/ledger/2.6.3.nix +++ b/pkgs/applications/office/ledger/2.6.3.nix @@ -1,7 +1,7 @@ { stdenv, fetchurl, emacs, gmp, pcre, expat }: stdenv.mkDerivation rec { - name = "ledger-2.6.3"; + name = "ledger2-2.6.3"; src = fetchurl { url = "https://github.com/downloads/ledger/ledger/${name}.tar.gz";