nodePackages: fix eval

This commit is contained in:
Martin Weinelt 2025-02-16 20:02:09 +01:00
parent 7457f3db33
commit 0aa19db968
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 0 additions and 11 deletions

View File

@ -28,8 +28,6 @@
fauna-shell = "fauna";
fkill-cli = "fkill";
fleek-cli = "fleek";
graphql-cli = "graphql";
graphql-language-service-cli = "graphql-lsp";
grunt-cli = "grunt";
gulp-cli = "gulp";
localtunnel = "lt";

View File

@ -54,15 +54,6 @@ final: prev: {
'';
};
graphql-language-service-cli = prev.graphql-language-service-cli.override {
nativeBuildInputs = [ pkgs.buildPackages.makeWrapper ];
postInstall = ''
wrapProgram "$out/bin/graphql-lsp" \
--prefix NODE_PATH : ${final.graphql}/lib/node_modules
'';
};
ijavascript = prev.ijavascript.override (oldAttrs: {
preRebuild = ''
export npm_config_zmq_external=true