qt6: enable debug info for the rest of them

This commit is contained in:
K900
2024-10-18 10:15:35 +03:00
parent a07d9f487d
commit 9c47bda6cc
@@ -32,6 +32,7 @@ stdenv.mkDerivation (args // {
moveToDev = false;
outputs = args.outputs or [ "out" "dev" ];
separateDebugInfo = true;
dontWrapQtApps = args.dontWrapQtApps or true;
}) // {