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>.

+1 -1
+1 -1
pkgs/applications/office/ledger/2.6.3.nix
··· 1 1 { stdenv, fetchurl, emacs, gmp, pcre, expat }: 2 2 3 3 stdenv.mkDerivation rec { 4 - name = "ledger-2.6.3"; 4 + name = "ledger2-2.6.3"; 5 5 6 6 src = fetchurl { 7 7 url = "https://github.com/downloads/ledger/ledger/${name}.tar.gz";