~ruther/guix-local

299ce524c9f725549ab5548197cc88b085bba2f4 — Efraim Flashner 2 years ago 0f967dd
home: fontutils: Don't install fontconfig.

* gnu/home/services/fontutils.scm (home-fontconfig-service-type): Don't
add fontconfig to the profile.

Change-Id: I28208461efdfa4a585ee61db3a23bed05eb38d02
1 files changed, 1 insertions(+), 4 deletions(-)

M gnu/home/services/fontutils.scm
M gnu/home/services/fontutils.scm => gnu/home/services/fontutils.scm +1 -4
@@ 81,10 81,7 @@ of fontconfig's fonts.conf file."
                        add-fontconfig-config-file)
                       (service-extension
                        home-run-on-change-service-type
                        regenerate-font-cache-gexp)
                       (service-extension
                        home-profile-service-type
                        (const (list fontconfig)))))
                        regenerate-font-cache-gexp)))
                (compose concatenate)
                (extend append)
                (default-value '("~/.guix-home/profile/share/fonts"))