~ruther/guix-local

dfc22bad2628036ece432c39a3b310db1f872677 — Ian Eure 10 months ago b130df0
gnu: Remove emacs-seq.

* gnu/packages/emacs-xyz.scm (emacs-seq): Delete variable.

Change-Id: I6e5183820570ca525a1e5784b20cce9583df3adf
1 files changed, 0 insertions(+), 19 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +0 -19
@@ 43858,25 43858,6 @@ reading tool that lets you go down the rabbit hole without leaving current
buffer.")
    (license license:gpl3+)))

(define-public emacs-seq
  (package
    (name "emacs-seq")
    (version "2.24")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "https://elpa.gnu.org/packages/seq-" version ".tar"))
       (sha256
        (base32 "1w2cysad3qwnzdabhq9xipbslsjm528fcxkwnslhlkh8v07karml"))))
    (build-system emacs-build-system)
    (home-page "https://elpa.gnu.org/packages/seq.html")
    (synopsis "Sequence manipulation functions")
    (description
     "This Emacs package provides sequence manipulation functions that
complement basic functions provided by @file{subr.el}.  All its functions
are prefixed with @code{seq-} and work on lists, strings, and vectors.")
    (license license:gpl3+)))

(define-public emacs-setup
  (package
    (name "emacs-setup")