mainsail: move CXXFLAGS into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-15 19:56:51 +01:00
parent 6971f813a3
commit 0d095c71e3
+1 -1
View File
@@ -21,7 +21,7 @@ buildNpmPackage rec {
nodejs = nodejs_20;
# Prevent Cypress binary download.
CYPRESS_INSTALL_BINARY = 0;
env.CYPRESS_INSTALL_BINARY = 0;
preConfigure = ''
# Make the build.zip target do nothing, since we will just copy these files later.