flamegraph: set meta.mainProgram

This commit is contained in:
Andrew Marshall
2024-05-27 17:47:24 -04:00
parent bfb7a88267
commit b1e96badbf
@@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
license = with licenses; [ asl20 cddl gpl2Plus ];
homepage = "http://www.brendangregg.com/flamegraphs.html";
description = "Visualization for profiled code";
mainProgram = "flamegraph.pl";
platforms = platforms.unix;
};
}