about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/ledgercomm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/ledgercomm/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/ledgercomm/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/ledgercomm/default.nix b/nixpkgs/pkgs/development/python-modules/ledgercomm/default.nix
index 94466d2dfaed..b4493eaa1a88 100644
--- a/nixpkgs/pkgs/development/python-modules/ledgercomm/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/ledgercomm/default.nix
@@ -26,6 +26,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Python library to send and receive APDU through HID or TCP socket. It can be used with a Ledger Nano S/X or with the Speculos emulator.";
+    mainProgram = "ledgercomm-send";
     homepage = "https://github.com/LedgerHQ/ledgercomm";
     license = licenses.mit;
   };