guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/10: home: fontutils: Don't install fontconfig.


From: guix-commits
Subject: 10/10: home: fontutils: Don't install fontconfig.
Date: Wed, 17 Jan 2024 04:19:27 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 299ce524c9f725549ab5548197cc88b085bba2f4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Dec 31 13:26:53 2023 +0200

    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
---
 gnu/home/services/fontutils.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/home/services/fontutils.scm b/gnu/home/services/fontutils.scm
index 0e60bc2035..0090d53985 100644
--- a/gnu/home/services/fontutils.scm
+++ b/gnu/home/services/fontutils.scm
@@ -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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]