about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/misc/termpdf.py/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/misc/termpdf.py/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/misc/termpdf.py/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/misc/termpdf.py/default.nix b/nixpkgs/pkgs/applications/misc/termpdf.py/default.nix
index e51f7633e013..244bfee24032 100644
--- a/nixpkgs/pkgs/applications/misc/termpdf.py/default.nix
+++ b/nixpkgs/pkgs/applications/misc/termpdf.py/default.nix
@@ -32,6 +32,7 @@ buildPythonApplication {
       A graphical pdf (and epub, cbz, ...) reader that works
       inside the kitty terminal.
     '';
+    mainProgram = "termpdf.py";
     homepage = "https://github.com/dsanson/termpdf.py";
     maintainers = with maintainers; [ teto ];
     license = licenses.mit;