sooperlooper: move CPPFLAGS into env for structuredAttrs
This commit is contained in:
@@ -59,7 +59,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
# see https://bugs.gentoo.org/925275
|
||||
CPPFLAGS = "-fpermissive";
|
||||
env.CPPFLAGS = "-fpermissive";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user