about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/tools/misc/strace-analyzer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/tools/misc/strace-analyzer/default.nix')
-rw-r--r--nixpkgs/pkgs/development/tools/misc/strace-analyzer/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/tools/misc/strace-analyzer/default.nix b/nixpkgs/pkgs/development/tools/misc/strace-analyzer/default.nix
index db0591cab10a..33371bee9373 100644
--- a/nixpkgs/pkgs/development/tools/misc/strace-analyzer/default.nix
+++ b/nixpkgs/pkgs/development/tools/misc/strace-analyzer/default.nix
@@ -27,6 +27,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "Analyzes strace output";
+    mainProgram = "strace-analyzer";
     homepage = "https://github.com/wookietreiber/strace-analyzer";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ figsoda ];