From 19831a29ee9e1cf0df2fd74d9cff7ed2c79eaed0 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 18 Feb 2024 04:20:00 +0000 Subject: [PATCH] brakeman: add meta.mainProgram --- pkgs/development/tools/analysis/brakeman/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/analysis/brakeman/default.nix b/pkgs/development/tools/analysis/brakeman/default.nix index 72c4b1fbc3e3..86311a268662 100644 --- a/pkgs/development/tools/analysis/brakeman/default.nix +++ b/pkgs/development/tools/analysis/brakeman/default.nix @@ -14,5 +14,6 @@ bundlerApp rec { license = [ licenses.unfreeRedistributable ]; platforms = ruby.meta.platforms; maintainers = [ maintainers.marsam ]; + mainProgram = "brakeman"; }; }