nodePackages.hsd: init at 2.2.0
This commit is contained in:
parent
d0925412b6
commit
52d7e31874
2 changed files with 5 additions and 0 deletions
|
@ -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 ];
|
||||
});
|
||||
|
|
|
@ -94,6 +94,7 @@
|
|||
, "html-minifier"
|
||||
, "htmlhint"
|
||||
, "http-server"
|
||||
, "hsd"
|
||||
, "hueadm"
|
||||
, "inliner"
|
||||
, "imapnotify"
|
||||
|
|
Loading…
Reference in a new issue