mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: fontconfig: Use invoke.
* gnu/packages/fontutils.scm (fontconfig): Use invoke in the install phase.
This commit is contained in:
parent
3918ed732e
commit
21398edae2
1 changed files with 3 additions and 3 deletions
|
@ -269,9 +269,9 @@ (define-public fontconfig
|
|||
(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;
|
||||
|
|
Loading…
Reference in a new issue