mainsail: move CXXFLAGS into env for structuredAttrs
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user