From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id QF4bGS7xGWR6AAEASxT56A (envelope-from ) for ; Tue, 21 Mar 2023 19:02:22 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id sNULGS7xGWQVCgAA9RJhRA (envelope-from ) for ; Tue, 21 Mar 2023 19:02:22 +0100 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 23C2ABDD4 for ; Tue, 21 Mar 2023 19:02:22 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=O6RIzPVu; dmarc=pass (policy=none) header.from=gnu.org; 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=1679421742; 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-to: 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=zSmcMsuYH+wgIH8C0g+Fr7pDpLppVWI2an+tjYhsPxE=; b=Ok4qaZ6f96uqosxJ3TXGW5xA5Cc/0vp0KxrhVi7O2OsFFBKfsJ5lGlaqRt/VkoEM8JaZk6 iPIsT//d5IvEAVcDh5ssXp4s0DRQqZY8DqhQu1t2eEgyObwlRjr0aHSrbX1B3cnKoJVW0v UyTvDp3ID59fXJbcBp6fJVpopk5oAsyEHciDa0UrXn3B4MJr0GV73NJneI2vQKcJ5TZwnr 64CHoD3anQejlu1LWfXbPPJC04OJq5pa5KwvZU8z5jd75fIBYt0AQXR/iropD21udL1Bo6 sSC1FDCPWFXNNrnGqGcRQCRutedk8OvINzFAEZwvNs9eIjbigjB3OVUH/oiz9w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=O6RIzPVu; dmarc=pass (policy=none) header.from=gnu.org; 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=1679421742; a=rsa-sha256; cv=none; b=GJ7z043RA883CC4ds9LC3QQHKRPplAp605kBtT4QmQEDDmWQO3OyiAIVJ//aqGDTMc8Hz4 nCibY+p1Q7s3f0FidldqIjnoy4SdbW7KdZxFBAWX2kaeI8xDWbTDP4SyGKdADZWKXJQZsp cdhFTVZKI7qcXgqYC3EKBIL12Ab3wKDvcXIEFo8JQCtoFGRRqiHe51mlo4us6FL45Htlcb JWNu8R4ZFqTm+V8+dAkoTMZjqO6HCkuW4ziGapGIMISOMV9f3Yc0oKu4BWKNj/9AtTf8NF zmSIgJ9Xrwm8KhUyjzY+zxpCQ+81vP20NIprPuYKsYXiXSCqPrv+jKWcdjfoLg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pegJG-0002hG-Qf; Tue, 21 Mar 2023 14:02:14 -0400 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 1pegJ8-0002ee-Es for guix-patches@gnu.org; Tue, 21 Mar 2023 14:02:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pegJ8-0001vS-2j for guix-patches@gnu.org; Tue, 21 Mar 2023 14:02:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pegJ7-0001b7-TF for guix-patches@gnu.org; Tue, 21 Mar 2023 14:02:01 -0400 Subject: bug#62057: [PATCH] gnu: Add dvisvgm. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 21 Mar 2023 18:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 62057 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Thomas Albers Cc: 62057-done@debbugs.gnu.org Mail-Followup-To: 62057@debbugs.gnu.org, ludo@gnu.org, thomas@thomaslabs.org Received: via spool by 62057-done@debbugs.gnu.org id=D62057.16794217196128 (code D ref 62057); Tue, 21 Mar 2023 18:02:01 +0000 Received: (at 62057-done) by debbugs.gnu.org; 21 Mar 2023 18:01:59 +0000 Received: from localhost ([127.0.0.1]:60499 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pegJ5-0001ak-0u for submit@debbugs.gnu.org; Tue, 21 Mar 2023 14:01:59 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34656) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pegJ3-0001aU-Os for 62057-done@debbugs.gnu.org; Tue, 21 Mar 2023 14:01:58 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pegIx-0001rm-Nx; Tue, 21 Mar 2023 14:01:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=zSmcMsuYH+wgIH8C0g+Fr7pDpLppVWI2an+tjYhsPxE=; b=O6RIzPVuDEZQBjkcp1DY 2KG+nVenRuY1dc6/VDHxf3zKy7+UcCXYsJe1U6mn94+wLbcYqAgld2i3u5DD+xDQYsAqA67KXKOto 10uRfUa1+jGX9TVar2lxEUVCsLi5gDzZclyHDCZOB1lAuSkubIBVblCxgKnfroD7OSkFuu6ZPZJkA Wzj6BJchy6As7qqlvvDCNB5k/alw8uPmFTwRvlbcraLotkdKB86/SmIwLSamsA64Z59cCbR0RdqOJ QJp5NCgLOkE7mIwbic1WWC2bmOFW3PhGgg+9S3aUPs3uWERQP2HayFpJl0DeAWYMLwCiPg/y6Ywi7 t41vo4U1JS3DIA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pegIx-0005hf-BJ; Tue, 21 Mar 2023 14:01:51 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230308183241.11930-1-thomas@thomaslabs.org> <20230308184908.13234-1-thomas@thomaslabs.org> Date: Tue, 21 Mar 2023 19:01:49 +0100 In-Reply-To: <20230308184908.13234-1-thomas@thomaslabs.org> (Thomas Albers's message of "Wed, 8 Mar 2023 19:49:08 +0100") Message-ID: <87mt46dlv6.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: X-Migadu-Queue-Id: 23C2ABDD4 X-Spam-Score: -5.25 X-Migadu-Spam-Score: -5.25 X-Migadu-Scanner: scn0.migadu.com 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-Country: US X-Migadu-Flow: FLOW_IN X-TUID: hN7OKX3719DP Hi, Thomas Albers skribis: > * gnu/packages/tex.scm (dvisvgm): New variable. Applied, thanks! Ludo=E2=80=99.