mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: fontconfig: Look for fonts in user profile.
* gnu/packages/fontutils.scm (fontconfig): Add configure flag.
This commit is contained in:
parent
0327ced235
commit
0ceea4f3ed
1 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,10 @@ (define-public fontconfig
|
|||
(inputs `(("expat" ,expat)
|
||||
("freetype" ,freetype)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
;; point to user profile instead of /usr/share/fonts in /etc/fonts.conf
|
||||
`("--with-default-fonts=~/.guix-profile/share/fonts")))
|
||||
(synopsis "Fontconfig, a library for configuring and customising font access.")
|
||||
(description
|
||||
"Fontconfig can discover new fonts when installed automatically;
|
||||
|
|
Loading…
Reference in a new issue