nodePackages: fix eval
This commit is contained in:
parent
7457f3db33
commit
0aa19db968
@ -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";
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user