[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/25: gnu: pcsc-lite: Add missing Python input.
From: |
guix-commits |
Subject: |
25/25: gnu: pcsc-lite: Add missing Python input. |
Date: |
Sat, 23 Jul 2022 13:44:50 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit c4386d06034152e4c0864f02943f7c60b95ff3f5
Author: Maya <maya.omase@protonmail.com>
AuthorDate: Sat Jul 23 14:39:58 2022 +0000
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>
---
gnu/packages/security-token.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 74ea57137f..e70ba2ea95 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -242,7 +242,7 @@ with a PKCS #11 Cryptographic Token Interface.")
(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
- 09/25: gnu: GnuPG: Use G-expression., (continued)
- 09/25: gnu: GnuPG: Use G-expression., guix-commits, 2022/07/23
- 07/25: gnu: libpaper: Update to 1.2.2., guix-commits, 2022/07/23
- 20/25: gnu: gpgme: Update to 1.17.1., guix-commits, 2022/07/23
- 11/25: gnu: cyrus-sasl: Fix indentation., guix-commits, 2022/07/23
- 03/25: gnu: automake: Remove input labels., guix-commits, 2022/07/23
- 02/25: gnu: automake: Update to 1.16.5., guix-commits, 2022/07/23
- 04/25: gnu: autoconf: Remove input labels., guix-commits, 2022/07/23
- 17/25: gnu: source-highlight: Fix build with newer GCC., guix-commits, 2022/07/23
- 18/25: gnu: gdk-pixbuf: Update to 2.42.8., guix-commits, 2022/07/23
- 21/25: gnu: python-markupsafe: Update to 2.1.1., guix-commits, 2022/07/23
- 25/25: gnu: pcsc-lite: Add missing Python input.,
guix-commits <=
- 12/25: gnu: cyrus-sasl: Do not propagate Kerberos., guix-commits, 2022/07/23
- 13/25: gnu: elfutils: Update to 0.187., guix-commits, 2022/07/23
- 16/25: gnu: glib: Build with Elfutils instead of libelf., guix-commits, 2022/07/23
- 19/25: gnu: mesa: Build with the default LLVM., guix-commits, 2022/07/23
- 23/25: gnu: python-cffi: Disable tests that fail with newer glibc., guix-commits, 2022/07/23
- 24/25: gnu: libwpd: Fix build with newer GCC., guix-commits, 2022/07/23
- 15/25: gnu: GCC: Build with Elfutils instead of libelf., guix-commits, 2022/07/23
- 22/25: gnu: python-mako: Update to 1.2.1., guix-commits, 2022/07/23
- 14/25: gnu: elfutils: Explicitly depend on xz., guix-commits, 2022/07/23
- 10/25: gnu: cyrus-sasl: Update to 2.1.28., guix-commits, 2022/07/23