gnu: fontconfig: Use invoke.

* gnu/packages/fontutils.scm (fontconfig): Use invoke in the install phase.
master
Mark H Weaver 2018-03-23 02:06:01 -04:00
parent 3918ed732e
commit 21398edae2
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 3 additions and 3 deletions

View File

@ -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;