Merge pull request #220488 from alois31/hotspot-rust

hotspot: Fix Rust demangling support
This commit is contained in:
Nick Cao 2023-03-12 08:42:58 +08:00 committed by GitHub
commit 73cf89a9e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ''