From 6b180fcbf8b2d094e3d2f1477e667736a97647c1 Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Mon, 29 Sep 2025 10:46:00 +0200 Subject: [PATCH] gnu: emacs-forge: Improve style. * gnu/packages/emacs-xyz.scm (emacs-forge)[arguments]: Use G-Expressions. Change-Id: I102fa76fa397cf15607e150747b839cfdf8b5145 Signed-off-by: Maxim Cournoyer --- gnu/packages/emacs-xyz.scm | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 31fdd5ba857e2dee943ebbbac4278a6b7a23bda5..255ca16728dfce541bbf46b74d00b6835fb76eda 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -36171,17 +36171,18 @@ commands (a prefix and a suffix) we prefer to call it just a \"transient\".") (base32 "1vr7qrrcj2vdh5h3w43jzqym33ax58218jq3idjrr8wnlh7vdj18")))) (build-system emacs-build-system) (arguments - `(#:tests? #f ;no tests - #:lisp-directory "lisp" - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'build-info-manual - (lambda _ - (with-directory-excursion ".." - (invoke "make" "info") - ;; Move the info file to lisp so that it gets installed by the - ;; emacs-build-system. - (rename-file "docs/forge.info" "lisp/forge.info"))))))) + (list + #:tests? #f ;no tests + #:lisp-directory "lisp" + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'build-info-manual + (lambda _ + (with-directory-excursion ".." + (invoke "make" "info") + ;; Move the info file to lisp so that it gets installed by the + ;; emacs-build-system. + (rename-file "docs/forge.info" "lisp/forge.info"))))))) (native-inputs (list texinfo)) (propagated-inputs