guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-with-editor: Add info page.


From: guix-commits
Subject: branch master updated: gnu: emacs-with-editor: Add info page.
Date: Tue, 27 Oct 2020 17:16:31 -0400

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

ngz pushed a commit to branch master
in repository guix.

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

commit eccb8a99329cfe809d06ad76393948f5e22aafa4
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Mon Oct 26 05:03:21 2020 +0100

    gnu: emacs-with-editor: Add info page.
    
    * gnu/packages/emacs-xyz.scm (emacs-with-editor): Add info page.
    [arguments]: Add phase make-info.
    [native-inputs]: Add texinfo.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7dba5c5..a16eae9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -401,6 +401,15 @@ configuration files, such as .gitattributes, .gitignore, 
and .git/config.")
          (sha256
           (base32 "01ysb9pnscpmingay6njdywkqgj4hn5l5d9igsg3x7p7061jwwix"))))
       (build-system emacs-build-system)
+      (arguments
+       `(#:phases
+         (modify-phases %standard-phases
+           (add-before 'install 'make-info
+             (lambda _
+               (invoke "makeinfo" "--no-split"
+                       "-o" "with-editor.info" "with-editor.texi"))))))
+      (native-inputs
+       `(("texinfo" ,texinfo)))
       (propagated-inputs
        `(("emacs-dash" ,emacs-dash)))
       (home-page "https://github.com/magit/with-editor";)



reply via email to

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