diff options
Diffstat (limited to 'pkgs/development/python-modules/ledgercomm/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/ledgercomm/default.nix | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/pkgs/development/python-modules/ledgercomm/default.nix b/pkgs/development/python-modules/ledgercomm/default.nix index b4493eaa1a88..bf76775467b4 100644 --- a/pkgs/development/python-modules/ledgercomm/default.nix +++ b/pkgs/development/python-modules/ledgercomm/default.nix @@ -1,9 +1,10 @@ -{ lib -, buildPythonPackage -, fetchPypi -, setuptools -, setuptools-scm - }: +{ + lib, + buildPythonPackage, + fetchPypi, + setuptools, + setuptools-scm, +}: buildPythonPackage rec { pname = "ledgercomm"; @@ -20,9 +21,7 @@ buildPythonPackage rec { setuptools-scm ]; - pythonImportsCheck = [ - "ledgercomm" - ]; + pythonImportsCheck = [ "ledgercomm" ]; 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."; |
