about summary refs log tree commit diff
path: root/pkgs/tools/system/awstats
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/awstats')
-rw-r--r--pkgs/tools/system/awstats/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/system/awstats/default.nix b/pkgs/tools/system/awstats/default.nix
index 21b76adf3e596..e1479e6192cb9 100644
--- a/pkgs/tools/system/awstats/default.nix
+++ b/pkgs/tools/system/awstats/default.nix
@@ -63,5 +63,6 @@ perlPackages.buildPerlPackage rec {
     homepage = "https://awstats.org";
     license = licenses.gpl3Plus;
     platforms = platforms.unix;
+    mainProgram = "awstats";
   };
 }