Merge pull request #108235 from SuperSandro2000/mass-node-packages

This commit is contained in:
Sandro 2021-01-03 09:15:38 +01:00 committed by GitHub
commit ada3931e6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3237 additions and 199 deletions

View file

@ -77,6 +77,13 @@ let
buildInputs = [ self.node-gyp-build pkgs.unbound ];
};
ijavascript = super.ijavascript.override (oldAttrs: {
preRebuild = ''
export NPM_CONFIG_ZMQ_EXTERNAL=true
'';
buildInputs = oldAttrs.buildInputs ++ [ self.node-gyp-build pkgs.zeromq ];
});
insect = super.insect.override (drv: {
nativeBuildInputs = drv.nativeBuildInputs or [] ++ [ pkgs.psc-package self.pulp ];
});
@ -189,6 +196,10 @@ let
meta.broken = since "10";
};
stf = super.stf.override {
meta.broken = since "10";
};
tedicross = super."tedicross-git+https://github.com/TediCross/TediCross.git#v0.8.7".override {
nativeBuildInputs = [ pkgs.makeWrapper ];
postInstall = ''
@ -205,8 +216,12 @@ let
'';
});
stf = super.stf.override {
meta.broken = since "10";
typescript-language-server = super.typescript-language-server.override {
nativeBuildInputs = [ pkgs.makeWrapper ];
postInstall = ''
wrapProgram "$out/bin/typescript-language-server" \
--prefix PATH : ${stdenv.lib.makeBinPath [ self.typescript ]}
'';
};
vega-cli = super.vega-cli.override {

View file

@ -18,6 +18,7 @@
, "browserify"
, "btc-rpc-explorer"
, "castnow"
, "cdk8s-cli"
, "cdktf-cli"
, "clean-css-cli"
, "clubhouse-cli"
@ -77,9 +78,11 @@
, "escape-string-regexp"
, "eslint"
, "eslint_d"
, "esy"
, "expo-cli"
, {"fast-cli": "1.x"}
, "fauna-shell"
, "firebase-tools"
, "fixjson"
, "fkill-cli"
, "flood"
@ -105,6 +108,7 @@
, "hs-airdrop"
, "hs-client"
, "hueadm"
, "ijavascript"
, "inliner"
, "imapnotify"
, "indium"
@ -151,6 +155,7 @@
, "node-red"
, "node2nix"
, "nodemon"
, "np"
, "npm"
, "npm-check-updates"
, {"npm2nix": "git://github.com/NixOS/npm2nix.git#5.12.0"}
@ -171,6 +176,7 @@
, "purescript-psa"
, "purty"
, "pyright"
, "quicktype"
, "react-native-cli"
, "react-tools"
, "readability-cli"

File diff suppressed because it is too large Load diff