Unverified Commit a07d9f48 authored by K900's avatar K900 Committed by GitHub
Browse files

qt6.qtbase: enable debug info (#348759)

parents 36429c82 9273569c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -227,6 +227,7 @@ stdenv.mkDerivation rec {
  env.NIX_CFLAGS_COMPILE = "-DNIXPKGS_QT_PLUGIN_PREFIX=\"${qtPluginPrefix}\"";

  outputs = [ "out" "dev" ];
  separateDebugInfo = true;

  moveToDev = false;