guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-evil: Add info page.


From: guix-commits
Subject: branch master updated: gnu: emacs-evil: Add info page.
Date: Tue, 20 Oct 2020 02:42:08 -0400

This is an automated email from the git hooks/post-receive script.

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bc44271  gnu: emacs-evil: Add info page.
bc44271 is described below

commit bc4427172939a8303fe1a0b5d0d42f6c06ab0fe4
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Tue Oct 20 00:05:50 2020 +0200

    gnu: emacs-evil: Add info page.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil): Add info page.
    [arguments]: Add phase make-info.
    [native-inputs]: Add texinfo.
    
    Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
---
 gnu/packages/emacs-xyz.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5acb8ce..aab3f26 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9392,8 +9392,14 @@ news items, openrc and runscripts.")
            (lambda _
              (substitute* "evil-test-helpers.el"
                (("\\(undo-tree-mode 1\\)") ""))
-             #t)))))
+             #t))
+         (add-before 'install 'make-info
+           (lambda _
+             (with-directory-excursion "doc/build/texinfo"
+                 (invoke "makeinfo" "--no-split"
+                         "-o" "evil.info" "evil.texi")))))))
     (build-system emacs-build-system)
+    (native-inputs `(("texinfo" ,texinfo)))
     (home-page "https://github.com/emacs-evil/evil";)
     (synopsis "Extensible Vi layer for Emacs")
     (description



reply via email to

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