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

This commit is contained in:
Stefan Frijters
2026-02-19 15:54:42 +01:00
parent 1c09ea7e28
commit 16cbadac21
+1 -1
View File
@@ -37,7 +37,7 @@ buildNpmPackage rec {
];
# workaround for https://github.com/webpack/webpack/issues/14532
NODE_OPTIONS = "--openssl-legacy-provider";
env.NODE_OPTIONS = "--openssl-legacy-provider";
postInstall =
let