all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: kyle <kyle@posteo.net>
To: 62839@debbugs.gnu.org
Cc: Kyle Andrews <kyle@posteo.net>
Subject: [bug#62839] [PATCH] gnu: Include unzip dependency for emacs-tldr
Date: Fri, 14 Apr 2023 16:08:43 +0000	[thread overview]
Message-ID: <67d5ff3b2f88b592d687724efc5ec5df8564544d.1681488523.git.kyle@posteo.net> (raw)

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





             reply	other threads:[~2023-04-14 16:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-14 16:08 kyle [this message]
2023-05-03 12:32 ` bug#62839: [PATCH] gnu: Include unzip dependency for emacs-tldr Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=67d5ff3b2f88b592d687724efc5ec5df8564544d.1681488523.git.kyle@posteo.net \
    --to=kyle@posteo.net \
    --cc=62839@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.