diff options
| author | Ian Eure <ian@retrospec.tv> | 2025-07-12 08:43:25 -0700 |
|---|---|---|
| committer | Ian Eure <ian@retrospec.tv> | 2025-07-24 08:45:48 -0700 |
| commit | b130df037ec27ea02a56b5504e3f06359b16fd59 (patch) | |
| tree | 6ad8102c624a15f4b9a7decd6e939d195f2dcd67 /gnu | |
| parent | b74fe3659cc94f125a9fdaa711a64c4816451745 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 26b72819a61..988a0d4f971 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -1245,7 +1245,6 @@ system.") | |||
| 1245 | "19q8qlq4s2kfydpadkq1zd92611dvq7dr8vlhlbd9gplzpx7dhfd")))) | 1245 | "19q8qlq4s2kfydpadkq1zd92611dvq7dr8vlhlbd9gplzpx7dhfd")))) |
| 1246 | (build-system emacs-build-system) | 1246 | (build-system emacs-build-system) |
| 1247 | (arguments (list #:test-command #~(list "make" "test"))) | 1247 | (arguments (list #:test-command #~(list "make" "test"))) |
| 1248 | (propagated-inputs (list emacs-seq)) | ||
| 1249 | (home-page "https://github.com/hsluv/hsluv-emacs") | 1248 | (home-page "https://github.com/hsluv/hsluv-emacs") |
| 1250 | (synopsis "HSLuv color space conversions") | 1249 | (synopsis "HSLuv color space conversions") |
| 1251 | (description | 1250 | (description |
| @@ -5061,7 +5060,7 @@ overwrite mode, it will turn into a block cursor.") | |||
| 5061 | "0v9hmvq6bcr2hwlb09ldsd6pjl19ri5n2hl2bs3x52fqjj6fdzzn")))) | 5060 | "0v9hmvq6bcr2hwlb09ldsd6pjl19ri5n2hl2bs3x52fqjj6fdzzn")))) |
| 5062 | (build-system emacs-build-system) | 5061 | (build-system emacs-build-system) |
| 5063 | (propagated-inputs | 5062 | (propagated-inputs |
| 5064 | (list emacs-hydra emacs-let-alist emacs-seq emacs-spinner)) | 5063 | (list emacs-hydra emacs-let-alist emacs-spinner)) |
| 5065 | (native-inputs (list emacs-ert-runner emacs-undercover)) | 5064 | (native-inputs (list emacs-ert-runner emacs-undercover)) |
| 5066 | (home-page "https://github.com/Malabarba/paradox") | 5065 | (home-page "https://github.com/Malabarba/paradox") |
| 5067 | (synopsis "Paradox is an extension to Emacs packages menu") | 5066 | (synopsis "Paradox is an extension to Emacs packages menu") |
| @@ -23074,7 +23073,6 @@ lines, and @code{gc} to comment out the target of a motion.") | |||
| 23074 | emacs-external-completion | 23073 | emacs-external-completion |
| 23075 | emacs-jsonrpc | 23074 | emacs-jsonrpc |
| 23076 | emacs-project | 23075 | emacs-project |
| 23077 | emacs-seq | ||
| 23078 | emacs-track-changes | 23076 | emacs-track-changes |
| 23079 | emacs-xref)) | 23077 | emacs-xref)) |
| 23080 | (home-page "https://github.com/joaotavora/eglot") | 23078 | (home-page "https://github.com/joaotavora/eglot") |
| @@ -27297,7 +27295,7 @@ with (La)TeX mode, Org mode and other Emacs editing modes.") | |||
| 27297 | (build-system emacs-build-system) | 27295 | (build-system emacs-build-system) |
| 27298 | (arguments (list #:tests? #f)) ; XXX: too many broken tests | 27296 | (arguments (list #:tests? #f)) ; XXX: too many broken tests |
| 27299 | (propagated-inputs | 27297 | (propagated-inputs |
| 27300 | (list emacs-dash emacs-let-alist emacs-seq)) | 27298 | (list emacs-dash emacs-let-alist)) |
| 27301 | (home-page "https://github.com/cpitclaudel/biblio.el") | 27299 | (home-page "https://github.com/cpitclaudel/biblio.el") |
| 27302 | (synopsis "Browse and import bibliographic references") | 27300 | (synopsis "Browse and import bibliographic references") |
| 27303 | (description "This package provides an extensible Emacs package for | 27301 | (description "This package provides an extensible Emacs package for |
| @@ -43929,7 +43927,7 @@ local macros are documented in the docstring for @code{setup}.") | |||
| 43929 | (substitute* "test/all-tests.el" | 43927 | (substitute* "test/all-tests.el" |
| 43930 | (("\\(file-truename \\(vc-git-root default-directory\\)\\)") | 43928 | (("\\(file-truename \\(vc-git-root default-directory\\)\\)") |
| 43931 | (format #f "~s" (getcwd))))))))) | 43929 | (format #f "~s" (getcwd))))))))) |
| 43932 | (propagated-inputs (list emacs-map emacs-seq)) | 43930 | (propagated-inputs (list emacs-map)) |
| 43933 | (home-page "https://github.com/kaushalmodi/tomelr/") | 43931 | (home-page "https://github.com/kaushalmodi/tomelr/") |
| 43934 | (synopsis "Emacs-Lisp library for converting S-expressions to TOML") | 43932 | (synopsis "Emacs-Lisp library for converting S-expressions to TOML") |
| 43935 | (description | 43933 | (description |
