guix_mirror_bot pushed a commit to branch remove-emacs-seq in repository guix.
commit a0584c5387f67b45ed43945f99d388b30ffdf8be Author: Ian Eure <[email protected]> AuthorDate: Sat Jul 12 08:43:25 2025 -0700 gnu: Remove emacs-seq from package inputs. * gnu/packages/emacs-xyz.scm (emacs-hsluv): Remove emacs-seq from inputs. (emacs-paradox): Remove emacs-seq from inputs. (emacs-eglot): Remove emacs-seq from inputs. (emacs-biblio): Remove emacs-seq from inputs. (emacs-tomelr): Remove emacs-seq from inputs. Change-Id: I85a34451b54a9544dc0d27f4273d7e917f9f0bf4 --- gnu/packages/emacs-xyz.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index ebfe22b389..132d197d5c 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -1211,7 +1211,6 @@ system.") "19q8qlq4s2kfydpadkq1zd92611dvq7dr8vlhlbd9gplzpx7dhfd")))) (build-system emacs-build-system) (arguments (list #:test-command #~(list "make" "test"))) - (propagated-inputs (list emacs-seq)) (home-page "https://github.com/hsluv/hsluv-emacs") (synopsis "HSLuv color space conversions") (description @@ -5026,7 +5025,7 @@ overwrite mode, it will turn into a block cursor.") "0v9hmvq6bcr2hwlb09ldsd6pjl19ri5n2hl2bs3x52fqjj6fdzzn")))) (build-system emacs-build-system) (propagated-inputs - (list emacs-hydra emacs-let-alist emacs-seq emacs-spinner)) + (list emacs-hydra emacs-let-alist emacs-spinner)) (native-inputs (list emacs-ert-runner emacs-undercover)) (home-page "https://github.com/Malabarba/paradox") (synopsis "Paradox is an extension to Emacs packages menu") @@ -22895,7 +22894,6 @@ lines, and @code{gc} to comment out the target of a motion.") emacs-external-completion emacs-jsonrpc emacs-project - emacs-seq emacs-track-changes emacs-xref)) (home-page "https://github.com/joaotavora/eglot") @@ -27119,7 +27117,7 @@ with (La)TeX mode, Org mode and other Emacs editing modes.") (build-system emacs-build-system) (arguments (list #:tests? #f)) ; XXX: too many broken tests (propagated-inputs - (list emacs-dash emacs-let-alist emacs-seq)) + (list emacs-dash emacs-let-alist)) (home-page "https://github.com/cpitclaudel/biblio.el") (synopsis "Browse and import bibliographic references") (description "This package provides an extensible Emacs package for @@ -43667,7 +43665,7 @@ local macros are documented in the docstring for @code{setup}.") (substitute* "test/all-tests.el" (("\\(file-truename \\(vc-git-root default-directory\\)\\)") (format #f "~s" (getcwd))))))))) - (propagated-inputs (list emacs-map emacs-seq)) + (propagated-inputs (list emacs-map)) (home-page "https://github.com/kaushalmodi/tomelr/") (synopsis "Emacs-Lisp library for converting S-expressions to TOML") (description
