1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 19:41:50 +02:00

gnu: emacs-xyz: Remove unnecessary emacs-cond-let propagation.

This is a followup to 25de210793.

* gnu/packages/emacs-xyz.scm (emacs-treemacs-extra):
(emacs-forge):
(emacs-magit-todos):
(emacs-pr-review):
(emacs-tokei):
(emacs-orgit):
(emacs-org-roam):
(emacs-org-node-3)[native-inputs, propagated-inputs]: Remove emacs-cond-let.

Change-Id: I52922295e1fe7928b1f06db82d3a282a39348651
This commit is contained in:
Nicolas Goaziou
2025-10-11 11:27:52 +02:00
parent 25de210793
commit 8cdc7108c1
+5 -11
View File
@@ -32299,8 +32299,7 @@ accept and reject GitHub pull requests.")
"0ryf2jk54iqg7q494qdghg2pkhw8ky3s53dpj55871x6p2m1387r")))) "0ryf2jk54iqg7q494qdghg2pkhw8ky3s53dpj55871x6p2m1387r"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-cond-let (list emacs-ghub
emacs-ghub
emacs-magit emacs-magit
emacs-markdown-mode)) emacs-markdown-mode))
(synopsis "Review GitHub Pull Requests") (synopsis "Review GitHub Pull Requests")
@@ -33101,7 +33100,6 @@ buffers other modes on the TODO list).
(list #:tests? #f)) ; No tests in source. (list #:tests? #f)) ; No tests in source.
(propagated-inputs (propagated-inputs
(list emacs-async (list emacs-async
emacs-cond-let
emacs-dash emacs-dash
emacs-f emacs-f
emacs-hl-todo emacs-hl-todo
@@ -33225,7 +33223,7 @@ and comments")
("tokei-program" ("tokei-program"
(search-input-file inputs "/bin/tokei")))))))) (search-input-file inputs "/bin/tokei"))))))))
(inputs (list tokei)) (inputs (list tokei))
(propagated-inputs (list emacs-cond-let emacs-magit)) (propagated-inputs (list emacs-magit))
(home-page "https://github.com/nagy/tokei.el") (home-page "https://github.com/nagy/tokei.el")
(synopsis "Display codebase statistics in Emacs") (synopsis "Display codebase statistics in Emacs")
(description (description
@@ -35190,7 +35188,7 @@ recursively. The results are cached for speed.")
(arguments (arguments
(list #:tests? #f)) ; A makefile but no tests. (list #:tests? #f)) ; A makefile but no tests.
(propagated-inputs (propagated-inputs
(list emacs-cond-let emacs-dash emacs-magit)) (list emacs-dash emacs-magit))
(synopsis "Support for Org links to Magit buffers") (synopsis "Support for Org links to Magit buffers")
(description "This package defines several Org link types, which can be (description "This package defines several Org link types, which can be
used to link to certain Magit buffers. Use the command used to link to certain Magit buffers. Use the command
@@ -35846,7 +35844,6 @@ utilities.")
(propagated-inputs (propagated-inputs
(modify-inputs (package-propagated-inputs emacs-treemacs) (modify-inputs (package-propagated-inputs emacs-treemacs)
(append emacs-all-the-icons (append emacs-all-the-icons
emacs-cond-let
emacs-evil emacs-evil
emacs-magit emacs-magit
emacs-projectile emacs-projectile
@@ -36275,7 +36272,6 @@ commands (a prefix and a suffix) we prefer to call it just a \"transient\".")
(propagated-inputs (propagated-inputs
(list emacs-closql (list emacs-closql
emacs-compat emacs-compat
emacs-cond-let
emacs-emacsql emacs-emacsql
emacs-ghub emacs-ghub
emacs-llama emacs-llama
@@ -42360,8 +42356,7 @@ go directly to where they belong.")
(native-inputs (native-inputs
(list emacs-ert-runner texinfo)) (list emacs-ert-runner texinfo))
(propagated-inputs (propagated-inputs
(list emacs-cond-let (list emacs-dash
emacs-dash
emacs-emacsql emacs-emacsql
emacs-magit)) emacs-magit))
(home-page "https://github.com/org-roam/org-roam/") (home-page "https://github.com/org-roam/org-roam/")
@@ -42480,8 +42475,7 @@ structure of all your Org files headings, links and so on..")
(("^cd.*\"") (("^cd.*\"")
""))))))) "")))))))
(propagated-inputs (propagated-inputs
(list emacs-cond-let (list emacs-llama
emacs-llama
emacs-magit emacs-magit
emacs-org-mem)) emacs-org-mem))
;; tests ;; tests