Unverified Commit 73cf89a9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #220488 from alois31/hotspot-rust

hotspot: Fix Rust demangling support
parents 8b6900dc 80cd61dd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -62,6 +62,10 @@ mkDerivation rec {
    mkdir -p 3rdparty/{perfparser,PrefixTickLabels}/.git
  '';

  qtWrapperArgs = [
    "--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ rustc-demangle ]}"
  ];

  meta = with lib; {
    description = "A GUI for Linux perf";
    longDescription = ''