nodePackages.hsd: init at 2.2.0

This commit is contained in:
David Terry 2020-09-27 23:02:30 +02:00
parent d0925412b6
commit 52d7e31874
No known key found for this signature in database
GPG key ID: D1920031620D057E
2 changed files with 5 additions and 0 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,7 @@
, "html-minifier"
, "htmlhint"
, "http-server"
, "hsd"
, "hueadm"
, "inliner"
, "imapnotify"