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,17 +36171,18 @@ 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
#:lisp-directory "lisp" #:tests? #f ;no tests
#:phases #:lisp-directory "lisp"
(modify-phases %standard-phases #:phases
(add-after 'unpack 'build-info-manual #~(modify-phases %standard-phases
(lambda _ (add-after 'unpack 'build-info-manual
(with-directory-excursion ".." (lambda _
(invoke "make" "info") (with-directory-excursion ".."
;; Move the info file to lisp so that it gets installed by the (invoke "make" "info")
;; emacs-build-system. ;; Move the info file to lisp so that it gets installed by the
(rename-file "docs/forge.info" "lisp/forge.info"))))))) ;; emacs-build-system.
(rename-file "docs/forge.info" "lisp/forge.info")))))))
(native-inputs (native-inputs
(list texinfo)) (list texinfo))
(propagated-inputs (propagated-inputs