Commit 9c47bda6 authored by K900's avatar K900
Browse files

qt6: enable debug info for the rest of them

parent a07d9f48
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ stdenv.mkDerivation (args // {
  moveToDev = false;

  outputs = args.outputs or [ "out" "dev" ];
  separateDebugInfo = true;

  dontWrapQtApps = args.dontWrapQtApps or true;
}) // {