mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
cargo-flamegraph: also wrap flamegraph
This commit is contained in:
parent
057b94a3d2
commit
057840da6e
@ -23,6 +23,8 @@ rustPlatform.buildRustPackage rec {
|
||||
postFixup = lib.optionalString stdenv.isLinux ''
|
||||
wrapProgram $out/bin/cargo-flamegraph \
|
||||
--suffix PATH ':' ${perf}/bin
|
||||
wrapProgram $out/bin/flamegraph \
|
||||
--suffix PATH ':' ${perf}/bin
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user