1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

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 <https://github.com/NixOS/nixpkgs/pull/2305>.
This commit is contained in:
Peter Simons 2014-05-01 12:56:45 +02:00
parent 038645ad97
commit c10a424bdd

View file

@ -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";