mhw pushed a commit to branch core-updates
in repository guix.

commit 21398edae237f88bde67705ceca1f93c5ad81f49
Author: Mark H Weaver <[email protected]>
Date:   Fri Mar 23 02:06:01 2018 -0400

    gnu: fontconfig: Use invoke.
    
    * gnu/packages/fontutils.scm (fontconfig): Use invoke in the install phase.
---
 gnu/packages/fontutils.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 04fc277..f296afe 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -269,9 +269,9 @@ fonts to/from the WOFF2 format.")
         (replace 'install
                  (lambda _
                    ;; Don't try to create /var/cache/fontconfig.
-                   (zero? (system* "make" "install"
-                                   "fc_cachedir=$(TMPDIR)"
-                                   "RUN_FC_CACHE_TEST=false")))))))
+                   (invoke "make" "install"
+                           "fc_cachedir=$(TMPDIR)"
+                           "RUN_FC_CACHE_TEST=false"))))))
    (synopsis "Library for configuring and customizing font access")
    (description
     "Fontconfig can discover new fonts when installed automatically;

Reply via email to