me
/
guix
Archived
1
0
Fork 0

gnu: pcsc-lite: Add missing Python input.

* gnu/packages/security-token.scm (pcsc-lite)[inputs]: Add PYTHON.

Signed-off-by: Marius Bakke <marius@gnu.org>
master
Maya 2022-07-23 14:39:58 +00:00 committed by Marius Bakke
parent 0c7cfbb82b
commit c4386d0603
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -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