* [bug#45587] [PATCH] gnu: ccid: Fix cross-compilation.
@ 2021-01-01 9:53 Caliph Nomble via Guix-patches via
2021-01-03 15:20 ` Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Caliph Nomble via Guix-patches via @ 2021-01-01 9:53 UTC (permalink / raw)
To: 45587; +Cc: Caliph Nomble
* gnu/packages/security-token.scm (ccid)[native-inputs]: Move pcsc-lite back
to...
[inputs]: ...here.
---
gnu/packages/security-token.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 06e5620cd3..7d822f491f 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -87,11 +87,11 @@
(("/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
--
2.26.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#45587] [PATCH] gnu: ccid: Fix cross-compilation.
2021-01-01 9:53 [bug#45587] [PATCH] gnu: ccid: Fix cross-compilation Caliph Nomble via Guix-patches via
@ 2021-01-03 15:20 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-01-03 15:20 UTC (permalink / raw)
To: Caliph Nomble; +Cc: 45587
[-- Attachment #1: Type: text/plain, Size: 656 bytes --]
After this fix, when cross compiling:
(ins)efraim@3900XT ~/workspace/guix$ file /gnu/store/bmhv9zbsas14jp4i9j27qjpr2d6bkx5r-ccid-1.4.33/pcsc/drivers/ifd-ccid.bundle/Contents/Linux/libccid.so
/gnu/store/bmhv9zbsas14jp4i9j27qjpr2d6bkx5r-ccid-1.4.33/pcsc/drivers/ifd-ccid.bundle/Contents/Linux/libccid.so: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), statically linked, with debug_info, not stripped
Thanks! Patch pushed.
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-01-03 15:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-01 9:53 [bug#45587] [PATCH] gnu: ccid: Fix cross-compilation Caliph Nomble via Guix-patches via
2021-01-03 15:20 ` Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.