gnu: emacs-slime: Use INVOKE.

* gnu/packages/emacs.scm (emacs-slime)[arguments]: Substitute INVOKE for
SYSTEM*.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-20 03:22:38 +02:00
parent d2f3817d69
commit e76d959d6a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2969,8 +2969,8 @@ (define-public emacs-slime
(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)