Skip to content

Commit

Permalink
nodePackages.carbon-now-cli: init at 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcgibbo committed Sep 23, 2021
1 parent b330310 commit e0609ea
Show file tree
Hide file tree
Showing 3 changed files with 959 additions and 105 deletions.
11 changes: 11 additions & 0 deletions pkgs/development/node-packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ let
'';
};

carbon-now-cli = super.carbon-now-cli.override ({
nativeBuildInputs = [ pkgs.makeWrapper ];
prePatch = ''
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1
'';
postInstall = ''
wrapProgram $out/bin/carbon-now \
--set PUPPETEER_EXECUTABLE_PATH ${pkgs.chromium.outPath}/bin/chromium
'';
});

deltachat-desktop = super."deltachat-desktop-../../applications/networking/instant-messengers/deltachat-desktop".override {
meta.broken = true; # use the top-level package instead
};
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 @@ -27,6 +27,7 @@
, "browserify"
, "btc-rpc-explorer"
, "castnow"
, "carbon-now-cli"
, "cdk8s-cli"
, "cdktf-cli"
, "clean-css-cli"
Expand Down
Loading

0 comments on commit e0609ea

Please sign in to comment.