guix-commits
[Top][All Lists]
Advanced

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

17/36: gnu: emacs-slime: Use INVOKE.


From: Tobias Geerinckx-Rice
Subject: 17/36: gnu: emacs-slime: Use INVOKE.
Date: Tue, 19 Jun 2018 23:27:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e76d959d6a85d96e5c1dd3f8a4cea27878cdf57d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jun 20 03:22:38 2018 +0200

    gnu: emacs-slime: Use INVOKE.
    
    * gnu/packages/emacs.scm (emacs-slime)[arguments]: Substitute INVOKE for
    SYSTEM*.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 7682860..6418ced 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2969,8 +2969,8 @@ in @code{html-mode}.")
                  (substitute* "Makefile"
                    (("infodir=/usr/local/info")
                     (string-append "infodir=" info-dir)))
-                 (system* "make" "html/index.html")
-                 (system* "make" "slime.info")
+                 (invoke "make" "html/index.html")
+                 (invoke "make" "slime.info")
                  (install-file "slime.info" info-dir)
                  (copy-recursively "html" (string-append doc-dir "/html")))
                (for-each (lambda (f)



reply via email to

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