Skip to content

Commit

Permalink
Merge pull request #108235 from SuperSandro2000/mass-node-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jan 3, 2021
2 parents 52a4a17 + 0071332 commit ada3931
Show file tree
Hide file tree
Showing 3 changed files with 3,237 additions and 199 deletions.
19 changes: 17 additions & 2 deletions pkgs/development/node-packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
});
Expand Down Expand Up @@ -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 = ''
Expand All @@ -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 {
Expand Down
6 changes: 6 additions & 0 deletions pkgs/development/node-packages/node-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
, "browserify"
, "btc-rpc-explorer"
, "castnow"
, "cdk8s-cli"
, "cdktf-cli"
, "clean-css-cli"
, "clubhouse-cli"
Expand Down Expand Up @@ -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"
Expand All @@ -105,6 +108,7 @@
, "hs-airdrop"
, "hs-client"
, "hueadm"
, "ijavascript"
, "inliner"
, "imapnotify"
, "indium"
Expand Down Expand Up @@ -151,6 +155,7 @@
, "node-red"
, "node2nix"
, "nodemon"
, "np"
, "npm"
, "npm-check-updates"
, {"npm2nix": "git://github.com/NixOS/npm2nix.git#5.12.0"}
Expand All @@ -171,6 +176,7 @@
, "purescript-psa"
, "purty"
, "pyright"
, "quicktype"
, "react-native-cli"
, "react-tools"
, "readability-cli"
Expand Down
Loading

0 comments on commit ada3931

Please sign in to comment.