From b1e96badbf395e5519680927905be5446ee3f118 Mon Sep 17 00:00:00 2001 From: Andrew Marshall Date: Mon, 27 May 2024 17:47:24 -0400 Subject: [PATCH] flamegraph: set meta.mainProgram --- pkgs/development/tools/flamegraph/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/flamegraph/default.nix b/pkgs/development/tools/flamegraph/default.nix index 3a64d741de5c..90e3541c3f28 100644 --- a/pkgs/development/tools/flamegraph/default.nix +++ b/pkgs/development/tools/flamegraph/default.nix @@ -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; }; }