about summary refs log tree commit diff
path: root/pkgs/development/tools/headache/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/headache/default.nix')
-rw-r--r--pkgs/development/tools/headache/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/headache/default.nix b/pkgs/development/tools/headache/default.nix
index 7ed249290136..52e7da939b22 100644
--- a/pkgs/development/tools/headache/default.nix
+++ b/pkgs/development/tools/headache/default.nix
@@ -22,6 +22,7 @@ buildDunePackage rec {
   meta = with lib; {
     homepage = "https://github.com/frama-c/${pname}";
     description = "Lightweight tool for managing headers in source code files";
+    mainProgram = "headache";
     license = licenses.lgpl2Plus;
     maintainers = with maintainers; [ niols ];
   };