guix-commits
[Top][All Lists]
Advanced

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

08/14: gnu: tre: Use INVOKE.


From: guix-commits
Subject: 08/14: gnu: tre: Use INVOKE.
Date: Fri, 25 Jan 2019 08:02:34 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ed5900890ef8ed5635e8bc6aa9f8571926e7169d
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jan 25 13:37:36 2019 +0100

    gnu: tre: Use INVOKE.
    
    * gnu/packages/regex.scm (tre)[arguments]: Use INVOKE.
---
 gnu/packages/regex.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/regex.scm b/gnu/packages/regex.scm
index f526d1c..bfd3027 100644
--- a/gnu/packages/regex.scm
+++ b/gnu/packages/regex.scm
@@ -91,9 +91,9 @@ Python.  It is a C++ library.")
              ;; The tests require the availability of the
              ;; 'en_US.ISO-8859-1' locale.
              (setenv "LOCPATH" (getcwd))
-             (zero? (system* "localedef" "--no-archive"
-                             "--prefix" (getcwd) "-i" "en_US"
-                             "-f" "ISO-8859-1" "./en_US.ISO-8859-1")))))))
+             (invoke "localedef" "--no-archive"
+                     "--prefix" (getcwd) "-i" "en_US"
+                     "-f" "ISO-8859-1" "./en_US.ISO-8859-1"))))))
     (synopsis "Approximate regex matching library and agrep utility")
     (description "Superset of the POSIX regex API, enabling approximate
 matching.  Also ships a version of the agrep utility which behaves similar to



reply via email to

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