vertcoin: move env variable into env for structuredAttrs (#528341)

This commit is contained in:
Yohann Boniface
2026-06-05 19:43:43 +00:00
committed by GitHub

View File

@@ -90,7 +90,7 @@ stdenv.mkDerivation (finalAttrs: {
enableParallelBuilding = true;
CXXFLAGS = "-Wno-error -std=c++17";
env.CXXFLAGS = "-Wno-error -std=c++17";
configureFlags = [
"--with-boost=${boost.dev}"