Merge pull request #139151 from rmcgibbo/carbon-now-cli

This commit is contained in:
Sandro 2021-09-23 14:49:46 +02:00 committed by GitHub
commit f8cbea1147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 959 additions and 105 deletions

View File

@ -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
};

View File

@ -27,6 +27,7 @@
, "browserify"
, "btc-rpc-explorer"
, "castnow"
, "carbon-now-cli"
, "cdk8s-cli"
, "cdktf-cli"
, "clean-css-cli"

File diff suppressed because it is too large Load Diff