* [bug#60718] [PATCH] gnu: emacs-magit: Fix path to documentation.
@ 2023-01-10 22:38 Simon Streit
2023-01-25 18:12 ` bug#60718: " Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Simon Streit @ 2023-01-10 22:38 UTC (permalink / raw)
To: 60718; +Cc: Simon Streit
* 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(-)
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#60718: [PATCH] gnu: emacs-magit: Fix path to documentation.
2023-01-10 22:38 [bug#60718] [PATCH] gnu: emacs-magit: Fix path to documentation Simon Streit
@ 2023-01-25 18:12 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-01-25 18:12 UTC (permalink / raw)
To: Simon Streit; +Cc: 60718-done
Hello,
Simon Streit <simon@netpanic.org> writes:
> * 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-25 18:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-10 22:38 [bug#60718] [PATCH] gnu: emacs-magit: Fix path to documentation Simon Streit
2023-01-25 18:12 ` bug#60718: " 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).