guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: emacs-magit: Fix path to documentation.


From: guix-commits
Subject: 03/04: gnu: emacs-magit: Fix path to documentation.
Date: Fri, 13 Jan 2023 16:33:42 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit e13d9399ca37ecdbb5f511318076e4b6eeb39bd5
Author: Simon Streit <simon@netpanic.org>
AuthorDate: Tue Jan 10 23:38:09 2023 +0100

    gnu: emacs-magit: Fix path to documentation.
    
    * gnu/packages/emacs-xyz.scm: (emacs-magit)[arguments]<#:phases> Fix path in
    find-files for documentation.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 3bf24644cc..2b28680dbb 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 @@ libgit2 bindings for Emacs, intended to boost the 
performance of 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]