unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62839] [PATCH] gnu: Include unzip dependency for emacs-tldr
@ 2023-04-14 16:08 kyle
  2023-05-03 12:32 ` bug#62839: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: kyle @ 2023-04-14 16:08 UTC (permalink / raw)
  To: 62839; +Cc: Kyle Andrews

From: Kyle Andrews <kyle@posteo.net>

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

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62839: [PATCH] gnu: Include unzip dependency for emacs-tldr
  2023-04-14 16:08 [bug#62839] [PATCH] gnu: Include unzip dependency for emacs-tldr kyle
@ 2023-05-03 12:32 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-05-03 12:32 UTC (permalink / raw)
  To: kyle; +Cc: 62839-done

Hello,

kyle <kyle@posteo.net> writes:

> -       (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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-03 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-14 16:08 [bug#62839] [PATCH] gnu: Include unzip dependency for emacs-tldr kyle
2023-05-03 12:32 ` bug#62839: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).