about summary refs log tree commit diff
path: root/pkgs/tools/graphics/escrotum
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2023-11-23 03:51:17 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2023-11-23 21:04:16 +0100
commitb8054ecd8af39fdd2631d2b921024fc39ce2212c (patch)
treef33b3ac371abab6673528ea5bf6d310e42f27f1f /pkgs/tools/graphics/escrotum
parent1088b405d142b599132d20b6019ed965a9f4ad44 (diff)
treewide: add mainProgram
Diffstat (limited to 'pkgs/tools/graphics/escrotum')
-rw-r--r--pkgs/tools/graphics/escrotum/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/escrotum/default.nix b/pkgs/tools/graphics/escrotum/default.nix
index 04c245dbd9a63..c2e5a7ec9a719 100644
--- a/pkgs/tools/graphics/escrotum/default.nix
+++ b/pkgs/tools/graphics/escrotum/default.nix
@@ -47,5 +47,6 @@ with python3Packages; buildPythonApplication {
     platforms = platforms.linux;
     maintainers = with maintainers; [ rasendubi ];
     license = licenses.gpl3;
+    mainProgram = "escrotum";
   };
 }