mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-01 07:27:02 +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 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, fetchurl, emacs, gmp, pcre, expat }:
|
{ stdenv, fetchurl, emacs, gmp, pcre, expat }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ledger-2.6.3";
|
name = "ledger2-2.6.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/downloads/ledger/ledger/${name}.tar.gz";
|
url = "https://github.com/downloads/ledger/ledger/${name}.tar.gz";
|
||||||
|
|
Loading…
Add table
Reference in a new issue