gnu: fontconfig: Look for fonts in user profile.

* gnu/packages/fontutils.scm (fontconfig): Add configure flag.
This commit is contained in:
Andreas Enge 2013-08-05 20:22:50 +02:00
parent 0327ced235
commit 0ceea4f3ed

View File

@ -76,6 +76,10 @@ anti-aliased glyph bitmap generation with 256 gray levels.")
(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;