vertcoin: move env variable into env for structuredAttrs
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user