bird3: move CPP into env for structuredAttrs
This commit is contained in:
@@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
./dont-create-sysconfdir-2.patch
|
||||
];
|
||||
|
||||
CPP = "${stdenv.cc.targetPrefix}cpp -E";
|
||||
env.CPP = "${stdenv.cc.targetPrefix}cpp -E";
|
||||
|
||||
configureFlags = [
|
||||
"--localstatedir=/var"
|
||||
|
||||
Reference in New Issue
Block a user