mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
altcoins: rename dash to dashpay
It wouldn't be good to have two unrelated packages called `dash`. Discussed on #10772.
This commit is contained in:
parent
10cbe8a016
commit
e07e376563
@ -6,7 +6,7 @@
|
||||
with stdenv.lib;
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
name = "dash-${meta.version}";
|
||||
name = "dashpay-${meta.version}";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/dashpay/dash/archive/v${meta.version}.tar.gz";
|
@ -8,7 +8,7 @@ rec {
|
||||
bitcoin-xt = callPackage ./bitcoin-xt.nix { withGui = true; };
|
||||
bitcoind-xt = callPackage ./bitcoin-xt.nix { withGui = false; };
|
||||
|
||||
dash = callPackage ./dash.nix { };
|
||||
dashpay = callPackage ./dashpay.nix { };
|
||||
|
||||
dogecoin = callPackage ./dogecoin.nix { withGui = true; };
|
||||
dogecoind = callPackage ./dogecoin.nix { withGui = false; };
|
||||
|
Loading…
Reference in New Issue
Block a user