nix: enable separateDebugInfo (on non-static linux builds)
the `separateDebugInfo` condition in common-meson.nix was switched; common-autoconf.nix and components.nix are both conditioned on `!static`
This commit is contained in:
@@ -230,7 +230,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
export MANPATH=$man/share/man:$MANPATH
|
||||
'';
|
||||
|
||||
separateDebugInfo = stdenv.hostPlatform.isLinux && enableStatic;
|
||||
separateDebugInfo = stdenv.hostPlatform.isLinux && !enableStatic;
|
||||
|
||||
passthru = {
|
||||
inherit aws-sdk-cpp boehmgc;
|
||||
|
||||
Reference in New Issue
Block a user