From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id IMa1HTTq3mXysQAAqHPOHw:P1 (envelope-from ) for ; Wed, 28 Feb 2024 09:09:24 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id IMa1HTTq3mXysQAAqHPOHw (envelope-from ) for ; Wed, 28 Feb 2024 09:09:24 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=pelzflorian.de header.s=key2 header.b=LzxoGRm6; dmarc=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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1709107764; 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: content-transfer-encoding:content-transfer-encoding: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=Z+PbBbFNlanIdMtJJ9O99Rn+qFBxAVmZin7Ady2H01I=; b=i3TTirTM9Q0G1qVNmgSJcsa/32eFC/4BvbGsTwyGH2lbVLN79mM4jYT5i5+iL5cLtWbKVs igGbMCxPlycKvpLnMRqgoAdZojwfn1Z+htg9Zy/wvYFRUIAg1fvnJvK5pAxwuJnv8dykdm Aj2SDjiJSlgpynq+k43qLrJzhSh14uoB2pMdCFb+JsSFZhsNxYqzBn+V7VaTZRmxzwKj+U xiwODgpgDixiT6JqaIDmPKac3Ne5FeNUazmu/pG0FvuZ3HQqSHJQnLYAbOzvahJ5wtcusC W740wClsyUJG9/WwEuKDxgXO+q/77DI+8TBOi4LPjIIz/biWF7eLtfs6XUOb5A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=pelzflorian.de header.s=key2 header.b=LzxoGRm6; dmarc=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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1709107764; a=rsa-sha256; cv=none; b=GLuFydl01gHNntWsRRWHuX7krPDpgv/3KzMPbNw1/TnoFalqC3EA3rNA/V+Hfkegr9N/KY bcHFV2CqEwmXwuVJv67ImiDcNvRAJtDtU7n/mg5PQ0Dj+3eOt51C0zCm3/LSKdYnRVsrUf sB/l4vApUkYmOUzP9wB2qrk9ZrShzWYPAt5d+C5OPTeqBVFoUErwO8Gys+y1jPAbBXFLH4 1jBZbCahugm3hLl0021ti35QCIrRZ7aZLJnYpOIcY4hQfUuCDK3r8rGDWA669gVK+RHp2R uKLqoYBh+oID/yXR0cwa3KtQv8l0eE4afRvm80B8GYiTewFZaxrBekOk+SDzwA== 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 5AAA0152BF for ; Wed, 28 Feb 2024 09:09:24 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rfEya-0001lU-CZ; Wed, 28 Feb 2024 03:07:40 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rfEyX-0001hN-8z for guix-patches@gnu.org; Wed, 28 Feb 2024 03:07:37 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rfEyW-0000av-WE for guix-patches@gnu.org; Wed, 28 Feb 2024 03:07:37 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rfEyw-00032n-FN for guix-patches@gnu.org; Wed, 28 Feb 2024 03:08:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69432] [PATCH 1/3] website: Adjust style of web site builder. Resent-From: "pelzflorian (Florian Pelz)" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 28 Feb 2024 08:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69432 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 69432@debbugs.gnu.org Received: via spool by 69432-submit@debbugs.gnu.org id=B69432.170910764811624 (code B ref 69432); Wed, 28 Feb 2024 08:08:02 +0000 Received: (at 69432) by debbugs.gnu.org; 28 Feb 2024 08:07:28 +0000 Received: from localhost ([127.0.0.1]:47488 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rfEyJ-00031C-3r for submit@debbugs.gnu.org; Wed, 28 Feb 2024 03:07:28 -0500 Received: from relay.yourmailgateway.de ([185.244.194.184]:39071) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rfEyE-00030u-DM for 69432@debbugs.gnu.org; Wed, 28 Feb 2024 03:07:22 -0500 Received: from relay01-mors.netcup.net (localhost [127.0.0.1]) by relay01-mors.netcup.net (Postfix) with ESMTPS id 4Tl6Q21s8Qz90CN; Wed, 28 Feb 2024 09:06:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1709107610; bh=+JUrG4fiZh8DoDYcvV/ASb1G2CGIDqXAo3sSNDCzMds=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=LzxoGRm6RqMcgNC1IJZ4i9QA/cIwsmsPKZnfwVNMsNprR2Hk72DVQ+1ZSNQTbymFk 1OHg67QfpDstWl8ps+9ugfJTOaV/N56tkPBOzyrSdWWFhmNCoRmdt9x/31DA4mYdQJ msOOOsq07/JXlS3d8jIKeQkkhyayw1dc/L7zi99PQzaGu7YVSZQP9QE+zGyBv4cw0q T+As9/DqwF5Smrb/c04T3RuFF34QWlGhsvrbhNMj8l7ZKrdnNpVvc+0yJRu6JuX6nm 4NhmADQrAf8HJAe994AMsQrBDc/883xlYR9mvMzsiMobSzHM4nvDMe/pNFFQ5FjGOL etsPkxj3qS7Vw== Received: from policy01-mors.netcup.net (unknown [46.38.225.35]) by relay01-mors.netcup.net (Postfix) with ESMTPS id 4Tl6Q21BBMz7wwZ; Wed, 28 Feb 2024 09:06:50 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at policy01-mors.netcup.net Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy01-mors.netcup.net (Postfix) with ESMTPS id 4Tl6Pt4jQYz8sZj; Wed, 28 Feb 2024 09:06:42 +0100 (CET) Received: from florianrock64 (ip92344de0.dynamic.kabel-deutschland.de [146.52.77.224]) by mxe217.netcup.net (Postfix) with ESMTPSA id 3020181F73; Wed, 28 Feb 2024 09:06:33 +0100 (CET) From: "pelzflorian (Florian Pelz)" In-Reply-To: <20240227213835.21147-1-ludo@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Tue, 27 Feb 2024 22:38:33 +0100") References: <20240227165114.19942-1-ludo@gnu.org> <20240227213835.21147-1-ludo@gnu.org> Date: Wed, 28 Feb 2024 09:06:32 +0100 Message-ID: <87le752et3.fsf@pelzflorian.de> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-NC-CID: 96axF4Dwt8upnCJun68JSiVxL7HtdLZU+zk5dwm/B0PnqS5HWwVezKoW 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -0.72 X-Spam-Score: -0.72 X-Migadu-Queue-Id: 5AAA0152BF X-Migadu-Scanner: mx13.migadu.com X-TUID: o6FgayxrJkO5 Ludovic Court=C3=A8s writes: > * website/.guix.scm (lingua-web-site)[build]: Use =E2=80=98for-each=E2=80= =99 and > =E2=80=98install-file=E2=80=99 when copying font files. I did not remember there=E2=80=99s install-file. But with it the > (mkdir-p (string-append #$output "/static/base/fonts")) became unnecessary. Could you remove it? Regards, Florian