guix-commits
[Top][All Lists]
Advanced

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

16/23: gnu: hunspell: Use INVOKE.


From: Tobias Geerinckx-Rice
Subject: 16/23: gnu: hunspell: Use INVOKE.
Date: Sat, 24 Mar 2018 19:41:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1635cb5083dad811b4431bf16fb1442c037917a3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 24 23:14:48 2018 +0100

    gnu: hunspell: Use INVOKE.
    
    * gnu/packages/libreoffice.scm (hunspell)[arguments]: Substitute INVOKE
    for SYSTEM* and end phase with explicit #t.
---
 gnu/packages/libreoffice.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index e9a35c8..efa6974 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -710,7 +710,7 @@ Zoner Draw version 4 and 5.")
        (modify-phases %standard-phases
          (add-after 'unpack 'bootstrap
            (lambda _
-             (zero? (system* "autoreconf" "-vfi")))))))
+             (invoke "autoreconf" "-vfi") #t)))))
     (native-search-paths (list (search-path-specification
                                 (variable "DICPATH")
                                 (files '("share/hunspell")))))



reply via email to

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