mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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*.
This commit is contained in:
parent
32a8a6bb60
commit
d2f3817d69
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue