1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 21:41:15 +02:00

gnu: libksba: Improve style.

* gnu/packages/gnupg.scm (libksba)[arguments]: Use G-Expressions.

Change-Id: I16fc03c860adf34ac37ceaac3a05c0bd96c85423
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Cayetano Santos
2025-11-16 18:39:47 +01:00
committed by Andreas Enge
parent dc2a4fa098
commit 618dd709cf

View File

@@ -278,12 +278,13 @@ provided.")
(propagated-inputs
(list libgpg-error))
(arguments
`(#:configure-flags
(list ,@(if (%current-target-system)
'("CC_FOR_BUILD=gcc")
'())
(string-append "--with-gpg-error-prefix="
(assoc-ref %build-inputs "libgpg-error")))))
(list
#:configure-flags
#~(list #$@(if (%current-target-system)
#~("CC_FOR_BUILD=gcc")
#~())
(string-append "--with-gpg-error-prefix="
(assoc-ref %build-inputs "libgpg-error")))))
(home-page "https://www.gnupg.org")
(synopsis "CMS and X.509 access library")
(description