all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maya via Guix-patches via <guix-patches@gnu.org>
To: 56724@debbugs.gnu.org
Subject: [bug#56724] [PATCH] gnu: Fix pcsc-lite missing input: python
Date: Sat, 23 Jul 2022 14:17:59 +0000	[thread overview]
Message-ID: <wIZGwKqWaYJjJlNbbBA1M13kaUYIqBMZioVnthfsnWY-zsnkO5aMgsOgHsEjLgiwMpY4e_hNONMGAmDsSzfl_jxLnv7AVdHWmEbJ4HapScA=@protonmail.com> (raw)

The pcsc-lite package had an dependency for pcsc-spy command. This command requires python3 to be executable. This was however not declared in inputs of this package.
---
 gnu/packages/security-token.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 74ea57137f..586e9cbc8d 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -242,7 +242,8 @@ (define-public pcsc-lite
      (list perl ; for pod2man
            pkg-config))
     (inputs
-     `(("libudev" ,eudev)))
+     `(("python3" ,python)
+       ("libudev" ,eudev)))
     (home-page "https://pcsclite.apdu.fr/")
     (synopsis "Middleware to access a smart card using PC/SC")
     (description
--
2.37.0




             reply	other threads:[~2022-07-23 14:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-23 14:17 Maya via Guix-patches via [this message]
2022-07-23 14:20 ` [bug#56724] [PATCH] gnu: Fix pcsc-lite missing input: python ( via Guix-patches via
2022-07-23 14:22 ` Maxime Devos
2022-07-23 14:39 ` [bug#56724] (No Subject) Maya via Guix-patches via
2022-07-23 17:45   ` bug#56724: " Marius Bakke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='wIZGwKqWaYJjJlNbbBA1M13kaUYIqBMZioVnthfsnWY-zsnkO5aMgsOgHsEjLgiwMpY4e_hNONMGAmDsSzfl_jxLnv7AVdHWmEbJ4HapScA=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=56724@debbugs.gnu.org \
    --cc=maya.omase@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.