diff options
Diffstat (limited to 'pkgs/development/python-modules/python-pkcs11')
| -rw-r--r-- | pkgs/development/python-modules/python-pkcs11/default.nix | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/pkgs/development/python-modules/python-pkcs11/default.nix b/pkgs/development/python-modules/python-pkcs11/default.nix index 260b26730728..b4891105ce22 100644 --- a/pkgs/development/python-modules/python-pkcs11/default.nix +++ b/pkgs/development/python-modules/python-pkcs11/default.nix @@ -1,10 +1,11 @@ -{ lib -, asn1crypto -, buildPythonPackage -, cached-property -, cython -, fetchFromGitHub -, setuptools-scm +{ + lib, + asn1crypto, + buildPythonPackage, + cached-property, + cython, + fetchFromGitHub, + setuptools-scm, }: buildPythonPackage rec { |
