GNU bug report logs - #62839
[PATCH] gnu: Include unzip dependency for emacs-tldr

Previous Next

Package: guix-patches;

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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: kyle <kyle <at> posteo.net>
Subject: bug#62839: closed (Re: [bug#62839] [PATCH] gnu: Include unzip
 dependency for emacs-tldr)
Date: Wed, 03 May 2023 12:33:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62839 <at> debbugs.gnu.org.

-- 
62839: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62839
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: kyle <kyle <at> posteo.net>
Cc: 62839-done <at> debbugs.gnu.org
Subject: Re: [bug#62839] [PATCH] gnu: Include unzip dependency for emacs-tldr
Date: Wed, 03 May 2023 14:32:46 +0200
Hello,

kyle <kyle <at> 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

[Message part 3 (message/rfc822, inline)]
From: kyle <kyle <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Kyle Andrews <kyle <at> posteo.net>
Subject: [PATCH] gnu: Include unzip dependency for emacs-tldr
Date: Fri, 14 Apr 2023 16:08:43 +0000
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.