about summary refs log tree commit diff
path: root/pkgs/development/python-modules/atenpdu/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/atenpdu/default.nix')
-rw-r--r--pkgs/development/python-modules/atenpdu/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/atenpdu/default.nix b/pkgs/development/python-modules/atenpdu/default.nix
index 9397060d4a9c..25c114debd40 100644
--- a/pkgs/development/python-modules/atenpdu/default.nix
+++ b/pkgs/development/python-modules/atenpdu/default.nix
@@ -37,6 +37,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Python interface to control ATEN PE PDUs";
+    mainProgram = "pductl";
     homepage = "https://github.com/mtdcr/pductl";
     changelog = "https://github.com/mtdcr/pductl/releases/tag/${version}";
     license = with licenses; [ mit ];