about summary refs log tree commit diff
path: root/pkgs/tools/graphics/graph-cli
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/graph-cli
parent1088b405d142b599132d20b6019ed965a9f4ad44 (diff)
treewide: add mainProgram
Diffstat (limited to 'pkgs/tools/graphics/graph-cli')
-rw-r--r--pkgs/tools/graphics/graph-cli/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/graph-cli/default.nix b/pkgs/tools/graphics/graph-cli/default.nix
index c504d6b271562..be6769d85e9ad 100644
--- a/pkgs/tools/graphics/graph-cli/default.nix
+++ b/pkgs/tools/graphics/graph-cli/default.nix
@@ -28,5 +28,6 @@ python3Packages.buildPythonApplication rec {
     homepage = "https://github.com/mcastorina/graph-cli/";
     license = with licenses; [ gpl3Only ];
     maintainers = with maintainers; [ leungbk ];
+    mainProgram = "graph";
   };
 }