We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33cd05c commit f100a18Copy full SHA for f100a18
pkgs/by-name/go/google-clasp/package.nix
@@ -19,6 +19,10 @@ buildNpmPackage rec {
19
20
# `npm run build` tries installing clasp globally
21
npmBuildScript = [ "compile" ];
22
+ # Remove dangling symlink of a dependency
23
+ postInstall = ''
24
+ rm $out/lib/node_modules/@google/clasp/node_modules/.bin/sshpk-{verify,sign,conv}
25
+ '';
26
27
meta = {
28
description = "Develop Apps Script Projects locally";
0 commit comments