gnu: emacs-forge: Improve style.

* gnu/packages/emacs-xyz.scm (emacs-forge)[arguments]: Use
G-Expressions.

Change-Id: I102fa76fa397cf15607e150747b839cfdf8b5145
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
Cayetano Santos 2025-09-29 10:46:00 +02:00 committed by Maxim Cournoyer
parent cf357ff480
commit 6b180fcbf8
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -36171,10 +36171,11 @@ commands (a prefix and a suffix) we prefer to call it just a \"transient\".")
(base32 "1vr7qrrcj2vdh5h3w43jzqym33ax58218jq3idjrr8wnlh7vdj18")))) (base32 "1vr7qrrcj2vdh5h3w43jzqym33ax58218jq3idjrr8wnlh7vdj18"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #f ;no tests (list
#:tests? #f ;no tests
#:lisp-directory "lisp" #:lisp-directory "lisp"
#:phases #:phases
(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'build-info-manual (add-after 'unpack 'build-info-manual
(lambda _ (lambda _
(with-directory-excursion ".." (with-directory-excursion ".."