gnu: fontconfig: Use invoke.
* gnu/packages/fontutils.scm (fontconfig): Use invoke in the install phase.
This commit is contained in:
parent
3918ed732e
commit
21398edae2
|
@ -269,9 +269,9 @@ fonts to/from the WOFF2 format.")
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Don't try to create /var/cache/fontconfig.
|
;; Don't try to create /var/cache/fontconfig.
|
||||||
(zero? (system* "make" "install"
|
(invoke "make" "install"
|
||||||
"fc_cachedir=$(TMPDIR)"
|
"fc_cachedir=$(TMPDIR)"
|
||||||
"RUN_FC_CACHE_TEST=false")))))))
|
"RUN_FC_CACHE_TEST=false"))))))
|
||||||
(synopsis "Library for configuring and customizing font access")
|
(synopsis "Library for configuring and customizing font access")
|
||||||
(description
|
(description
|
||||||
"Fontconfig can discover new fonts when installed automatically;
|
"Fontconfig can discover new fonts when installed automatically;
|
||||||
|
|
Loading…
Reference in New Issue