[PATCH] gnu: emacs-magit: Fix path to documentation.

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

Debbugs page

Simon Streit wrote 2 years ago
(address . guix-patches@gnu.org)(name . Simon Streit)(address . simon@netpanic.org)
22073119476f0d6ec50645f2d9ee126015b0154e.1673390184.git.simon@netpanic.org
* gnu/packages/emacs-xyz.scm: (emacs-magit)[arguments]<#:phases> Fix path in
find-files for documentation.
---
gnu/packages/emacs-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b71432e975..3dc2decb28 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -119,6 +119,7 @@
;;; Copyright © 2022 Nicolas Graves <ngraves@ngraves.fr>
;;; Copyright © 2022 Thiago Jung Bauermann <bauermann@kolabnow.com>
;;; Copyright © 2022 Joeke de Graaf <joeke@posteo.net>
+;;; Copyright © 2023 Simon Streit <simon@netpanic.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1193,7 +1194,7 @@ (define-public emacs-magit
;; the root of the project for the emacs-build-system.
(for-each (lambda (f)
(install-file f "lisp"))
- (find-files "Documentation" "\\.info$"))))
+ (find-files "docs" "\\.info$"))))
(add-after 'build-info-manual 'set-magit-version
(lambda _
(make-file-writable "lisp/magit.el")
--
2.38.1
Nicolas Goaziou wrote 2 years ago
(name . Simon Streit)(address . simon@netpanic.org)(address . 60718-done@debbugs.gnu.org)
87a626mqjc.fsf@nicolasgoaziou.fr
Hello,

Simon Streit <simon@netpanic.org> writes:

Toggle quote (3 lines)
> * gnu/packages/emacs-xyz.scm: (emacs-magit)[arguments]<#:phases> Fix path in
> find-files for documentation.

This patch was applied a while ago. I'm closing this.

Thank you!

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 60718
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