unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69878] [PATCH] gnu: ccid: Fix cross-compilation.
@ 2024-03-18 18:02 dan
  2024-04-02 18:16 ` bug#69878: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: dan @ 2024-03-18 18:02 UTC (permalink / raw)
  To: 69878

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69878: [PATCH] gnu: ccid: Fix cross-compilation.
  2024-03-18 18:02 [bug#69878] [PATCH] gnu: ccid: Fix cross-compilation dan
@ 2024-04-02 18:16 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2024-04-02 18:16 UTC (permalink / raw)
  To: dan; +Cc: 69878-done

[-- Attachment #1: Type: text/plain, Size: 249 bytes --]

So it does.  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:[~2024-04-02 18:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-18 18:02 [bug#69878] [PATCH] gnu: ccid: Fix cross-compilation dan
2024-04-02 18:16 ` bug#69878: " Efraim Flashner

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).