From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id MO3gAejfUGNU2wAAbAwnHQ (envelope-from ) for ; Thu, 20 Oct 2022 07:43:04 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 4NbeAOjfUGO85wAAG6o9tA (envelope-from ) for ; Thu, 20 Oct 2022 07:43:04 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B7661417D for ; Thu, 20 Oct 2022 07:43:03 +0200 (CEST) Received: from localhost ([::1]:60802 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1olOKc-0007WK-TU for larch@yhetil.org; Thu, 20 Oct 2022 01:43:02 -0400 Received: from [::1] (port=36264 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1olOKc-0006qe-OS for larch@yhetil.org; Thu, 20 Oct 2022 01:43:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37064) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1olOIk-0006pD-8a for guix-patches@gnu.org; Thu, 20 Oct 2022 01:41:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33629) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1olOIg-00071S-1p for guix-patches@gnu.org; Thu, 20 Oct 2022 01:41:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1olOIf-0001To-OR for guix-patches@gnu.org; Thu, 20 Oct 2022 01:41:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57963] [PATCH v5 2/2] home: services: Support user's fontconfig configuration. Resent-From: Declan Tsien Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 20 Oct 2022 05:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57963 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57963@debbugs.gnu.org Cc: ludo@gnu.org, Taiju HIGASHI , liliana.prikler@gmail.com, andrew@trop.in Received: via spool by 57963-submit@debbugs.gnu.org id=B57963.16662444555666 (code B ref 57963); Thu, 20 Oct 2022 05:41:01 +0000 Received: (at 57963) by debbugs.gnu.org; 20 Oct 2022 05:40:55 +0000 Received: from localhost ([127.0.0.1]:60940 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1olOIZ-0001TK-4j for submit@debbugs.gnu.org; Thu, 20 Oct 2022 01:40:55 -0400 Received: from mx1.riseup.net ([198.252.153.129]:50924) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1olOIT-0001Sz-PT for 57963@debbugs.gnu.org; Thu, 20 Oct 2022 01:40:53 -0400 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4MtGfN036bzDqPY; Thu, 20 Oct 2022 05:40:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1666244444; bh=BSaqwicJNxQt08mQVDp2JZDYQYlOlhE8aCRKt/3mzqs=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Zm9bOe8gEjFov5cksKebLKmNRjsOmymgCpD1t3eBkLTV8UxsToC1DKitC+6hgqyVj 8aacfg//eQBrv7gvWw1GgLbbg2hUU68kWj6p6/G+xtAZSgBs7FnZzXe228si/Awc/W IkSjAFrAyqyPzHbHAeIRaq1O6MiQh02V8Ie1WW3o= X-Riseup-User-ID: 72D9E6D362E8592F93A764A74B446F59C55DE0787ED2EF67B57F14BDF236A226 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4MtGfM2P7Lz5vTb; Thu, 20 Oct 2022 05:40:43 +0000 (UTC) From: Declan Tsien In-Reply-To: <20221002131535.9972-2-higashi@taiju.info> References: <20221002131535.9972-1-higashi@taiju.info> <20221002131535.9972-2-higashi@taiju.info> Date: Thu, 20 Oct 2022 13:40:33 +0800 Message-ID: <875ygf3ve6.fsf@riseup.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1666244583; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=e9OQjJhD0izOMZ7z6bYtX72q5SayqQE4zzLRD1J7Jsw=; b=Vo42qiQxPrLXJm9olYEu6TVbnxSoKBMK8x+s08Jc6xkS2H7vmP0V1JR7XUMUM7bpM9+wK0 n2+0qIQilvM7U80IXPqrJwsSOPewzne2ZV4OSctR4RiMGR39BUvPlSlm5N0LWlLBgoKqi+ xRxxzEeE+bz+ocTNpuAKN6zaM0IXnAIT8P7CZpOKT+8hNzYbpmWEZs7Y6Ys7gL1JZxcuXE INAbblZEG72pLMFxNnuaS6B1V1Zw7qyqgfgnZbOr2hBRN2F4cTHT8IYamK0iY1U36rAv/m bY7euAnK7O3ngHI/7lEPn3PBegO9yZCkuH/iHeTziD2oTQiKToYWAmnVaphZBw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1666244583; a=rsa-sha256; cv=none; b=jfbkGVF1M6O3g0d67WotO6gGVj2Y8jcggBpGw1kAh3hY/aPuTjW5QoWFahJy3j24FQ509k WgYwZzv3WmUXNguRbOg7mwLLvmunZ6BfqFG2BSgtey8mCnqlBjf3wqQd86ru7vCJUtH9Dz KKUw8+WdcopZXmfVLghi0kdlcBjB5b6/Wn5Wn/dZTyQV8saTld5iadz4Hz3Kur+zDAEMNT T+RsGNbdwklkFtThuaAqlduKRJQIsg3LWt0h5UTPVjeCfqBTpLBNzmkxjYvEzAlysFvJzl yY23nOP0X6AB/rtKXxeHX0kSNPi9QgcRMbBRJk1AdM/5rfs4E3coSdKhMOKo2w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=riseup.net header.s=squak header.b=Zm9bOe8g; dmarc=fail reason="SPF not aligned (relaxed)" header.from=riseup.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 7.37 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=riseup.net header.s=squak header.b=Zm9bOe8g; dmarc=fail reason="SPF not aligned (relaxed)" header.from=riseup.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: B7661417D X-Spam-Score: 7.37 X-Migadu-Scanner: scn1.migadu.com X-TUID: Pyze7KrKN1Oj --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Taiju HIGASHI writes: > @@ -59,7 +136,7 @@ (define home-fontconfig-service-type > (service-extension > home-profile-service-type > (const (list fontconfig))))) > - (default-value #f) > + (default-value (home-fontconfig-configuration)) > (description > "Provides configuration file for fontconfig and make > fc-* utilities aware of font packages installed in Guix Home's profile."= ))) > --=20 > 2.37.3 Do we also have support service extension here? like this. #+begin_src scheme (compose identity) (extend home-fontconfig-extensions) (default-value (home-fontconfig-configuration)) #+end_src --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQHLBAEBCAA1FiEE9pXznsYl4IEztXWfD8aHA3Xv4vUFAmNQ31EXHGRlY2xhbnRz aWVuQHJpc2V1cC5uZXQACgkQD8aHA3Xv4vVThQwAmDBuz7kxR/ODEezsmu1hCCmf dawNEX3fFe9IQDPt7jUrwmSKaqOzYEc/WpnRlH39wKtsI6V8meIDd0vWVFUNjdPk tBs70y2Ip4/g7/62K8Tj9NraZZwaOq+ZFlsLofF1PlyowS6ushfKXyVc3jfG4z8V /PSA1eO8nuGLMCal7/ADTU8ngcxbuEcEiKEk5C+txXjbktc4lKz4e6sVNcS8ScZd xM+ZV6+7ijkyGH/OcG1iyhJ3IvQmYKBA8eIQqEC2w8Ns1q4nuN5NeLqyDvudVe5g ccPkKulAYBOeLy25LmkYzPod5EQrlDRQOeswy9ujixwsDGsEnczKceirnwXHPHJ4 O2Fiy4ReBtxzBZ6GJFfehZStGjtMs40qVCsMtUp4LhU1b7udgk8KUTaGBJLJqTZe vagoZxCBfB5Dfy/qcTA4EMfP/I/RFhyZKkT+majRWmB5jyi70UCQ4T9hufoGLCLt ansqEIzsIXMfnHU98H4gIfatW6pKfMLxNR644MX8 =kR4/ -----END PGP SIGNATURE----- --=-=-=--