ffado: move NIX_LDFLAGS into env for structuredAttrs (#486041)
This commit is contained in:
@@ -110,7 +110,9 @@ stdenv.mkDerivation rec {
|
||||
argp-standalone
|
||||
];
|
||||
|
||||
NIX_LDFLAGS = lib.optionalString (!stdenv.hostPlatform.isGnu) "-largp";
|
||||
env = lib.optionalAttrs (!stdenv.hostPlatform.isGnu) {
|
||||
NIX_LDFLAGS = "-largp";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
dontWrapQtApps = true;
|
||||
|
||||
Reference in New Issue
Block a user