about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-12-04 17:45:52 +0100
committerGitHub <noreply@github.com>2023-12-04 17:45:52 +0100
commit10ac7f01aba9d5ca28553fa7eb707f6b35998f82 (patch)
tree140be391caceabe800ca13f7f1421a250464ab15
parentc117e7b919f0ec623a974791575b1751390ac1df (diff)
python311Packages.evohome-async: add mainProgram
-rw-r--r--pkgs/development/python-modules/evohome-async/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/evohome-async/default.nix b/pkgs/development/python-modules/evohome-async/default.nix
index b7ffe4a653e56..3b942e1d4f89d 100644
--- a/pkgs/development/python-modules/evohome-async/default.nix
+++ b/pkgs/development/python-modules/evohome-async/default.nix
@@ -44,5 +44,6 @@ buildPythonPackage rec {
     homepage = "https://github.com/zxdavb/evohome-async";
     license = with licenses; [ asl20 ];
     maintainers = with maintainers; [ fab ];
+    mainProgram = "evo-client";
   };
 }