Skip to content

Commit

Permalink
Merge pull request #130063 from MatthewCroughan/hypercore-cli
Browse files Browse the repository at this point in the history
hyperspace-cli: init at 1.5.1
  • Loading branch information
SuperSandro2000 authored Jul 15, 2021
2 parents 01e5fd8 + 79c92e4 commit 8b1ff65
Show file tree
Hide file tree
Showing 4 changed files with 1,604 additions and 125 deletions.
18 changes: 18 additions & 0 deletions pkgs/development/node-packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,24 @@ let
'';
};

hyperspace-cli = super."@hyperspace/cli".override {
nativeBuildInputs = with pkgs; [
makeWrapper
libtool
autoconf
automake
];
buildInputs = with pkgs; [
nodePackages.node-gyp-build
nodejs
];
postInstall = ''
wrapProgram "$out/bin/hyp" --prefix PATH : ${
pkgs.lib.makeBinPath [ pkgs.nodejs ]
}
'';
};

coc-imselect = super.coc-imselect.override {
meta.broken = since "10";
};
Expand Down
1 change: 1 addition & 0 deletions pkgs/development/node-packages/node-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
, "@antora/cli"
, "@antora/site-generator-default"
, "@bitwarden/cli"
, "@hyperspace/cli"
, "@nestjs/cli"
, "@vue/cli"
, "@webassemblyjs/cli"
Expand Down
Loading

0 comments on commit 8b1ff65

Please sign in to comment.