about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/pygount/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/pygount/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/pygount/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/pygount/default.nix b/nixpkgs/pkgs/development/python-modules/pygount/default.nix
index 6239ac9dd841..4b1236428836 100644
--- a/nixpkgs/pkgs/development/python-modules/pygount/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/pygount/default.nix
@@ -48,6 +48,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Count lines of code for hundreds of languages using pygments";
+    mainProgram = "pygount";
     homepage = "https://github.com/roskakori/pygount";
     changelog = "https://github.com/roskakori/pygount/blob/${src.rev}/CHANGES.md";
     license = with licenses; [ bsd3 ];