lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

hotspot: Fix Rust demangling support

Hotspot supports demangling Rust symbols using rustc-demangle. This
library is loaded at run-time since version 1.4.0. Tell the wrapper to
make it available, so that the demangling actually works.

+4
+4
pkgs/development/tools/analysis/hotspot/default.nix
··· 62 62 mkdir -p 3rdparty/{perfparser,PrefixTickLabels}/.git 63 63 ''; 64 64 65 + qtWrapperArgs = [ 66 + "--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ rustc-demangle ]}" 67 + ]; 68 + 65 69 meta = with lib; { 66 70 description = "A GUI for Linux perf"; 67 71 longDescription = ''