mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
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>
This commit is contained in:
parent
0c7cfbb82b
commit
c4386d0603
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ (define-public pcsc-lite
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue