mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
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