Skip to content

Commit

Permalink
hyperspace-cli: init at 1.5.1
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
  • Loading branch information
3 people committed Jul 15, 2021
1 parent 301e023 commit 79c92e4
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 79c92e4

Please sign in to comment.