gnu: ccid: Fix cross-compilation.

* gnu/packages/security-token.scm (ccid)[native-inputs]: Move pcsc-lite back
to...
[inputs]: ...here.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Caliph Nomble 2021-01-01 09:53:21 +00:00 committed by Efraim Flashner
parent 7dd1a2174a
commit b7f47d243b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -87,11 +87,11 @@ (define-public ccid
(("/bin/echo") (which "echo")))
#t)))))
(native-inputs
`(("pcsc-lite" ,pcsc-lite) ; only required for headers
("perl" ,perl)
`(("perl" ,perl)
("pkg-config" ,pkg-config)))
(inputs
`(("libusb" ,libusb)))
`(("libusb" ,libusb)
("pcsc-lite" ,pcsc-lite)))
(home-page "https://ccid.apdu.fr/")
(synopsis "PC/SC driver for USB smart card devices")
(description