guix-commits
[Top][All Lists]
Advanced

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

11/66: gnu: fontconfig: Use invoke.


From: Mark H. Weaver
Subject: 11/66: gnu: fontconfig: Use invoke.
Date: Fri, 23 Mar 2018 04:46:41 -0400 (EDT)

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

commit 21398edae237f88bde67705ceca1f93c5ad81f49
Author: Mark H Weaver <address@hidden>
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

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