guix-commits
[Top][All Lists]
Advanced

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

16/36: gnu: emacs-pdf-tools: Return #t from phases.


From: Tobias Geerinckx-Rice
Subject: 16/36: gnu: emacs-pdf-tools: Return #t from phases.
Date: Tue, 19 Jun 2018 23:27:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d2f3817d69d55a767488b2a88d28b2da2f87a0e3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jun 20 03:15:11 2018 +0200

    gnu: emacs-pdf-tools: Return #t from phases.
    
    As I read it, EMACS-SUBSTITUTE-VARIABLES always returns #t.
    
    * gnu/packages/emacs.scm (emacs-pdf-tools)[arguments]: Substitute INVOKE
    for SYSTEM*.
---
 gnu/packages/emacs.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index b298f39..7682860 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1562,7 +1562,7 @@ filters, new key bindings and faces.  It can be enabled by
            (lambda _ (chdir "server") #t))
          (add-after 'enter-server-dir 'autogen
            (lambda _
-             (zero? (system* "bash" "autogen.sh"))))
+             (invoke "bash" "autogen.sh")))
 
          ;; Build emacs side using 'emacs-build-system'.
          (add-after 'compress-documentation 'enter-lisp-dir



reply via email to

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