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>master
parent
7dd1a2174a
commit
b7f47d243b
|
@ -87,11 +87,11 @@
|
||||||
(("/bin/echo") (which "echo")))
|
(("/bin/echo") (which "echo")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pcsc-lite" ,pcsc-lite) ; only required for headers
|
`(("perl" ,perl)
|
||||||
("perl" ,perl)
|
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libusb" ,libusb)))
|
`(("libusb" ,libusb)
|
||||||
|
("pcsc-lite" ,pcsc-lite)))
|
||||||
(home-page "https://ccid.apdu.fr/")
|
(home-page "https://ccid.apdu.fr/")
|
||||||
(synopsis "PC/SC driver for USB smart card devices")
|
(synopsis "PC/SC driver for USB smart card devices")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue