[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/20: gnu: ccid: Fix cross-compilation.
From: |
guix-commits |
Subject: |
05/20: gnu: ccid: Fix cross-compilation. |
Date: |
Sun, 3 Jan 2021 10:24:59 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit b7f47d243bc745c3a9e16de8afe29f3901ae3572
Author: Caliph Nomble <calnomble@protonmail.com>
AuthorDate: Fri Jan 1 09:53:21 2021 +0000
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>
---
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 06e5620..7d822f4 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
- branch master updated (7617109 -> 2cb5ebf), guix-commits, 2021/01/03
- 02/20: gnu: graphicsmagick: Add dependency on libwebp., guix-commits, 2021/01/03
- 03/20: gnu: sddm: Update to 0.19.0., guix-commits, 2021/01/03
- 06/20: gnu: Add go-github-com-leodido-go-urn., guix-commits, 2021/01/03
- 04/20: gnu: sdcv: Add 'STARDICT_DATA_DIR' search path spec., guix-commits, 2021/01/03
- 05/20: gnu: ccid: Fix cross-compilation.,
guix-commits <=
- 09/20: gnu: Add go-gopkg-in-go-playground-assert-v1., guix-commits, 2021/01/03
- 01/20: gnu: rav1e: Update to 0.3.5., guix-commits, 2021/01/03
- 08/20: gnu: Add go-github-com-go-playground-universal-translator., guix-commits, 2021/01/03
- 10/20: gnu: Add go-gopkg-in-go-playground-validator-v9., guix-commits, 2021/01/03
- 07/20: gnu: Add go-github-com-go-playground-locales., guix-commits, 2021/01/03
- 11/20: gnu: Add go-github-com-goccy-yaml., guix-commits, 2021/01/03
- 12/20: gnu: Add go-github-com-songmu-gitconfig., guix-commits, 2021/01/03
- 13/20: gnu: Add go-github-com-golangplus-fmt., guix-commits, 2021/01/03
- 17/20: gnu: Add go-golang.org-x-net-html., guix-commits, 2021/01/03
- 18/20: gnu: Add go-github-com-urfave-cli-v2., guix-commits, 2021/01/03