1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 06:45:55 +02:00

gnu: gnupg-1: Improve style.

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

Change-Id: I513b9b79445f2140b89f4751ef2c339914e90a38
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Cayetano Santos
2025-11-16 18:42:46 +01:00
committed by Andreas Enge
parent 029e816ce8
commit dc2a4fa098
+6 -6
View File
@@ -423,12 +423,12 @@ libskba (working with X.509 certificates and CMS data).")
(inputs
(list zlib bzip2 curl readline libgpg-error))
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-check-sh
(lambda _
(substitute* "checks/Makefile.in"
(("/bin/sh") (which "sh"))))))))))
(list #:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-check-sh
(lambda _
(substitute* "checks/Makefile.in"
(("/bin/sh") (which "sh"))))))))))
(define-public gpgme
(package