send: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 15:54:44 +01:00
parent 6b80570e45
commit a30b004cd7
+2 -2
View File
@@ -28,14 +28,14 @@ buildNpmPackage rec {
env = {
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD = "true";
NODE_OPTIONS = "--openssl-legacy-provider";
};
makeCacheWritable = true;
npmPackFlags = [ "--ignore-scripts" ];
NODE_OPTIONS = "--openssl-legacy-provider";
postInstall = ''
cp -r dist $out/lib/node_modules/send/
ln -s $out/lib/node_modules/send/dist/version.json $out/lib/node_modules/send/version.json