[PATCH] gnu: Include unzip dependency for emacs-tldr

  • Done
  • quality assurance status badge
Details
2 participants
  • kyle
  • Nicolas Goaziou
Owner
unassigned
Submitted by
kyle
Severity
normal

Debbugs page

kyle wrote 2 years ago
(address . guix-patches@gnu.org)(name . Kyle Andrews)(address . kyle@posteo.net)
67d5ff3b2f88b592d687724efc5ec5df8564544d.1681488523.git.kyle@posteo.net
From: Kyle Andrews <kyle@posteo.net>

---
gnu/packages/emacs-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 93da248e53..44d4af1e84 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27639,7 +27639,7 @@ (define-public emacs-tldr
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- (list emacs-request))
+ (list emacs-request unzip))
(synopsis "Simplified and community-driven man pages for Emacs")
(description "@code{emacs-tldr} allows the user to access tldr pages
from within emacs. The @code{tldr} pages are a community effort to simplify
--
2.39.2
Nicolas Goaziou wrote 2 years ago
(name . kyle)(address . kyle@posteo.net)(address . 62839-done@debbugs.gnu.org)
87mt2lvbm9.fsf@nicolasgoaziou.fr
Hello,

kyle <kyle@posteo.net> writes:

Toggle quote (3 lines)
> - (list emacs-request))
> + (list emacs-request unzip))

Thank you.

I used a phase so propagating unzip is not necessary, and applied your
patch. I also added a proper commit message.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 62839@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 62839
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help