Merge pull request #98725 from xwvvvvwx/handshake

nodePackages: init hsd, hs-airdrop, hs-client
This commit is contained in:
Anderson Torres 2020-11-17 09:35:35 -03:00 committed by GitHub
commit 224e1d5299
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2483 additions and 2995 deletions

View file

@ -69,6 +69,10 @@ let
meta.broken = since "10";
};
hsd = super.hsd.override {
buildInputs = [ self.node-gyp-build pkgs.unbound ];
};
insect = super.insect.override (drv: {
nativeBuildInputs = drv.nativeBuildInputs or [] ++ [ pkgs.psc-package self.pulp ];
});

View file

@ -94,6 +94,9 @@
, "html-minifier"
, "htmlhint"
, "http-server"
, "hsd"
, "hs-airdrop"
, "hs-client"
, "hueadm"
, "inliner"
, "imapnotify"

File diff suppressed because it is too large Load diff