GNU bug report logs -
#62839
[PATCH] gnu: Include unzip dependency for emacs-tldr
Previous Next
Reported by: kyle <kyle <at> posteo.net>
Date: Fri, 14 Apr 2023 16:09:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Kyle Andrews <kyle <at> 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
This bug report was last modified 2 years and 71 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.