qcachegrind: fix path to hotshot2calltree

This commit is contained in:
Thomas Tuegel 2021-05-03 10:22:53 -05:00
parent d8b40b3787
commit 119a69de04
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -17,7 +17,7 @@ in stdenv.mkDerivation {
postInstall = ''
mkdir -p $out/bin
cp -p converters/dprof2calltree $out/bin/dprof2calltree
cp -p converters/hotshot2calltree.cmake $out/bin/hotshot2calltree
cp -p converters/hotshot2calltree.in $out/bin/hotshot2calltree
cp -p converters/memprof2calltree $out/bin/memprof2calltree
cp -p converters/op2calltree $out/bin/op2calltree
cp -p converters/pprof2calltree $out/bin/pprof2calltree