3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #207353 from Lord-Valen/init/nodePackages.rush

This commit is contained in:
Sandro 2023-01-06 16:09:23 +01:00 committed by GitHub
commit 0cf9da5330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6002 additions and 4553 deletions

View file

@ -4,6 +4,7 @@
# Packages that provide multiple executables where one is clearly the `mainProgram`.
"@antfu/ni" = "ni";
"@electron-forge/cli" = "electron-forge";
"@microsoft/rush" = "rush";
"@squoosh/cli" = "squoosh-cli";
"@webassemblyjs/cli-1.11.1" = "wasm2wast";
coffee-script = "coffee";

View file

@ -11,6 +11,7 @@
, "@forge/cli"
, "@google/clasp"
, "@medable/mdctl-cli"
, "@microsoft/rush"
, "@nerdwallet/shepherd"
, "@nestjs/cli"
, "@squoosh/cli"

File diff suppressed because it is too large Load diff

View file

@ -453,6 +453,10 @@ final: prev: {
}
);
rush = prev."@microsoft/rush".override {
name = "rush";
};
ssb-server = prev.ssb-server.override (oldAttrs: {
buildInputs = [ pkgs.automake pkgs.autoconf final.node-gyp-build ];
meta = oldAttrs.meta // { broken = since "10"; };