unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: dan <i@dan.games>
To: 69878@debbugs.gnu.org
Subject: [bug#69878] [PATCH] gnu: ccid: Fix cross-compilation.
Date: Tue, 19 Mar 2024 02:02:44 +0800	[thread overview]
Message-ID: <28a64f927ddb1ce8ae195b82a0254e8f4966ce49.1710784940.git.i@dan.games> (raw)

* gnu/packages/security-token.scm (ccid): Fix cross-compilation.

Change-Id: I15c96a57e155742f5a2a8394402ae0fb0563f663
---
 gnu/packages/security-token.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index a1fc058db8..372777c17b 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -105,10 +105,13 @@ (define-public ccid
                 "06bjdswbwcwndsn23rsdhz5a7xqsgb66glqnk9lqzd7qws3l94qk"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:configure-flags (list (string-append "--enable-usbdropdir=" %output
-                                              "/pcsc/drivers"))
+     (list
+      #:configure-flags
+      #~(list (string-append "--enable-usbdropdir="
+                             #$output
+                             "/pcsc/drivers"))
        #:phases
-       (modify-phases %standard-phases
+       #~(modify-phases %standard-phases
          (add-after 'unpack 'patch-Makefile
            (lambda _
              (substitute* "src/Makefile.in"

base-commit: c8556379c3f2d3d095a178858915720f2eebc012
-- 
2.41.0





             reply	other threads:[~2024-03-18 19:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-18 18:02 dan [this message]
2024-04-02 18:16 ` bug#69878: [PATCH] gnu: ccid: Fix cross-compilation Efraim Flashner

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=28a64f927ddb1ce8ae195b82a0254e8f4966ce49.1710784940.git.i@dan.games \
    --to=i@dan.games \
    --cc=69878@debbugs.gnu.org \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).