about summary refs log tree commit diff
path: root/pkgs/development/tools/flawfinder/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/flawfinder/default.nix')
-rw-r--r--pkgs/development/tools/flawfinder/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/flawfinder/default.nix b/pkgs/development/tools/flawfinder/default.nix
index 0129cf73741b..09560acc1d21 100644
--- a/pkgs/development/tools/flawfinder/default.nix
+++ b/pkgs/development/tools/flawfinder/default.nix
@@ -19,6 +19,7 @@ python3.pkgs.buildPythonApplication rec {
 
   meta = with lib; {
     description = "Tool to examines C/C++ source code for security flaws";
+    mainProgram = "flawfinder";
     homepage = "https://dwheeler.com/flawfinder/";
     license = with licenses; [ gpl2Only ];
     maintainers = with maintainers; [ fab ];