diff options
author | Maya <[email protected]> | 2022-07-23 14:39:58 +0000 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2022-07-23 19:43:12 +0200 |
commit | c4386d06034152e4c0864f02943f7c60b95ff3f5 (patch) | |
tree | c377820b26668cbc56b4ee5c6d5a2066f0ec6caa | |
parent | 0c7cfbb82b3e500795952acaba56e9ede37c8600 (diff) |
gnu: pcsc-lite: Add missing Python input.
* gnu/packages/security-token.scm (pcsc-lite)[inputs]: Add PYTHON.
Signed-off-by: Marius Bakke <[email protected]>
-rw-r--r-- | gnu/packages/security-token.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 74ea57137f..e70ba2ea95 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -242,7 +242,7 @@ with a PKCS #11 Cryptographic Token Interface.") (list perl ; for pod2man pkg-config)) (inputs - `(("libudev" ,eudev))) + (list python eudev)) (home-page "https://pcsclite.apdu.fr/") (synopsis "Middleware to access a smart card using PC/SC") (description |