pkg-config-wrapper: unbreak when __structuredAttrs is enabled
This commit is contained in:
parent
bf74f38c0f
commit
a2d28b9987
@ -59,7 +59,7 @@ stdenv.mkDerivation {
|
||||
dontUnpack = true;
|
||||
|
||||
# Additional flags passed to pkg-config.
|
||||
addFlags = optional stdenv.targetPlatform.isStatic "--static";
|
||||
env.addFlags = optionalString stdenv.targetPlatform.isStatic "--static";
|
||||
|
||||
installPhase =
|
||||
''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user