nodePackages.hs-client: make alias of hsd

The former provides a subset of the executables of the latter.
This commit is contained in:
Robert Schütz 2023-08-20 14:02:00 -07:00
parent 06095dd185
commit f4c5b8747c
3 changed files with 1 additions and 26 deletions

View file

@ -69,6 +69,7 @@ mapAliases {
glob = pkgs.node-glob; # added 2023-08-18
inherit (pkgs) graphqurl; # added 2023-08-19
gtop = pkgs.gtop; # added 2023-07-31
hs-client = pkgs.hsd; # added 2023-08-20
inherit (pkgs) hsd; # added 2023-08-19
inherit (pkgs) html-minifier; # added 2023-08-19
inherit (pkgs) htmlhint; # added 2023-08-19

View file

@ -147,7 +147,6 @@
, "he"
, "http-server"
, "hs-airdrop"
, "hs-client"
, "ijavascript"
, "inliner"
, "imapnotify"

View file

@ -90956,31 +90956,6 @@ in
bypassCache = true;
reconstructLock = true;
};
hs-client = nodeEnv.buildNodePackage {
name = "hs-client";
packageName = "hs-client";
version = "6.0.0";
src = fetchurl {
url = "https://registry.npmjs.org/hs-client/-/hs-client-6.0.0.tgz";
sha512 = "zjAOSyMeDtzGpOmIg+GPgZ+D/3CHtswSSn0C1CJUcHL3goPr9Tmc5ZpBxQeFkwkAys3RADWPfxiWNcL8nvDCtQ==";
};
dependencies = [
sources."bcfg-0.2.1"
sources."bcurl-0.2.0"
sources."brq-0.1.8"
sources."bsert-0.0.12"
sources."bsock-0.1.9"
];
buildInputs = globalBuildInputs;
meta = {
description = "HSD node and wallet client";
homepage = "https://github.com/handshake-org/hsd";
license = "MIT";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
ijavascript = nodeEnv.buildNodePackage {
name = "ijavascript";
packageName = "ijavascript";