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:
parent
038645ad97
commit
c10a424bdd
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue