~ruther/guix-local

6b180fcbf8b2d094e3d2f1477e667736a97647c1 — Cayetano Santos 7 months ago cf357ff
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>
1 files changed, 12 insertions(+), 11 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +12 -11
@@ 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