Skip to content
Snippets Groups Projects
Unverified Commit ed590089 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: tre: Use INVOKE.

* gnu/packages/regex.scm (tre)[arguments]: Use INVOKE.
parent 4255818d
No related branches found
No related tags found
No related merge requests found
...@@ -91,9 +91,9 @@ (define-public tre ...@@ -91,9 +91,9 @@ (define-public tre
;; The tests require the availability of the ;; The tests require the availability of the
;; 'en_US.ISO-8859-1' locale. ;; 'en_US.ISO-8859-1' locale.
(setenv "LOCPATH" (getcwd)) (setenv "LOCPATH" (getcwd))
(zero? (system* "localedef" "--no-archive" (invoke "localedef" "--no-archive"
"--prefix" (getcwd) "-i" "en_US" "--prefix" (getcwd) "-i" "en_US"
"-f" "ISO-8859-1" "./en_US.ISO-8859-1"))))))) "-f" "ISO-8859-1" "./en_US.ISO-8859-1"))))))
(synopsis "Approximate regex matching library and agrep utility") (synopsis "Approximate regex matching library and agrep utility")
(description "Superset of the POSIX regex API, enabling approximate (description "Superset of the POSIX regex API, enabling approximate
matching. Also ships a version of the agrep utility which behaves similar to matching. Also ships a version of the agrep utility which behaves similar to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment