~ruther/guix-local

a542311f49ab5b5a1f2528e69b49ec3df06d7546 — Nicolas Goaziou 5 months ago 31e8cc5
gnu: emacs-casual: Update to 2.11.2.

* gnu/packages/emacs-xyz.scm (emacs-casual): Update to 2.11.2.
[native-inputs]: Add emacs-csv-mode.

Change-Id: I7cec78db32225a00dd29804644c843a6c699cec3
1 files changed, 4 insertions(+), 4 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +4 -4
@@ 38191,7 38191,7 @@ all of your projects, then override or add variables on a per-project basis.")
(define-public emacs-casual
  (package
    (name "emacs-casual")
    (version "2.9.2")
    (version "2.11.2")
    (source
     (origin
       (method git-fetch)


@@ 38200,7 38200,7 @@ all of your projects, then override or add variables on a per-project basis.")
              (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "08rsb4nwnjpz4xrqvhjap2p4frgmf69lbh0k5lvk0bndkpr8pczs"))))
        (base32 "10hdhpgsxhvyi6ybcvlfhwm88q34sgsb43jvgg7m4jm98n1nvima"))))
    (build-system emacs-build-system)
    (arguments
     (list


@@ 38209,7 38209,7 @@ all of your projects, then override or add variables on a per-project basis.")
          (add-after 'unpack 'build-info-manual
            (lambda _
              ;; FIXME: Re-generating documentation is not possible at the
              ;; moment (release 2.9.2) because the "casual" Texinfo class is
              ;; moment (release 2.11.2) because the "casual" Texinfo class is
              ;; missing from the repository, and this prevents Org from
              ;; exporting properly the "casual.org" file to Texinfo.
              ;;


@@ 38235,7 38235,7 @@ all of your projects, then override or add variables on a per-project basis.")
      #:test-command #~(list "make" "tests"
                             (string-append " CASUAL_LIB_DIR=" (getcwd)
                                            "/source"))))
    (native-inputs (list texinfo))
    (native-inputs (list emacs-csv-mode texinfo))
    ;; Casual relies on the latest stable release of `transient' which may
    ;; differ from the version that is preinstalled as a built-in.
    (propagated-inputs (list emacs-magit emacs-transient))