From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.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 qB1kDXV9mmJDzQAAbAwnHQ (envelope-from ) for ; Fri, 03 Jun 2022 23:30:29 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id OE1tDXV9mmL9XAEA9RJhRA (envelope-from ) for ; Fri, 03 Jun 2022 23:30:29 +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 190C29056 for ; Fri, 3 Jun 2022 23:30:25 +0200 (CEST) Received: from localhost ([::1]:45548 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nxEsC-0007v2-A5 for larch@yhetil.org; Fri, 03 Jun 2022 17:30:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46254) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxErt-0007tY-6j for guix-patches@gnu.org; Fri, 03 Jun 2022 17:30:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35011) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nxErq-0000jw-Qq for guix-patches@gnu.org; Fri, 03 Jun 2022 17:30:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nxErq-0006dg-Lw for guix-patches@gnu.org; Fri, 03 Jun 2022 17:30:02 -0400 Subject: bug#55644: [PATCH] gnu: Add texlive-qrcode. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 03 Jun 2022 21:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55644 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jack Hill Cc: 55644-done@debbugs.gnu.org Mail-Followup-To: 55644@debbugs.gnu.org, ludo@gnu.org, jackhill@jackhill.us Received: via spool by 55644-done@debbugs.gnu.org id=D55644.165429179425476 (code D ref 55644); Fri, 03 Jun 2022 21:30:02 +0000 Received: (at 55644-done) by debbugs.gnu.org; 3 Jun 2022 21:29:54 +0000 Received: from localhost ([127.0.0.1]:57140 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxEri-0006cp-5c for submit@debbugs.gnu.org; Fri, 03 Jun 2022 17:29:54 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33000) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxErg-0006cY-Ov for 55644-done@debbugs.gnu.org; Fri, 03 Jun 2022 17:29:53 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34560) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxErb-0000gZ-Gl; Fri, 03 Jun 2022 17:29:47 -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=ONOrA4fUvWfb7NSlmWbWPQgOUkERC5bOzN1xPY454xw=; b=oyv58NVxzBb7zjev/ggX 77APGJkCA92Qtfms78Md4Z1xSeHDRU06tA2KBeQMsoD2zyeQ33IhF5wduf1YUrD9UELKlGUWZIuNr uoNRDEJEEvFk2lGWFakocptwjFfoRKcbxEP+C5Z5QD7e9d+W0EmTVN/JLlGAUDIHFW0Rg8wqZ9AHX bZWpbL6EiPgvRmSzAsRXLvyYqzlRFLyRvSVCO78mC+Ng1RuISKRyyWOzCedA6fxfpa4eH/H5xPDXt K+IHBJK1sKJHnxrJO93LPyem9NWYBQv8fH9pmKRyZnH8m9FbZDnBSL53dKZnZChbidN4eR7wtV2OX JWY+NiM+cExlxA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:50758 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxEra-0005Gp-RP; Fri, 03 Jun 2022 17:29:47 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220525224028.17060-1-jackhill@jackhill.us> <20220526014542.9769-1-jackhill@jackhill.us> Date: Fri, 03 Jun 2022 23:29:45 +0200 In-Reply-To: <20220526014542.9769-1-jackhill@jackhill.us> (Jack Hill's message of "Wed, 25 May 2022 21:45:42 -0400") Message-ID: <87pmjph1va.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (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: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1654291825; 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=ONOrA4fUvWfb7NSlmWbWPQgOUkERC5bOzN1xPY454xw=; b=n8IvaMFEkbxtNZinloiSQ+miFYH4xop2bGip/swsOSRmDhEMrb2TK5rXdocvN0cJaO8eOU 5B6GiN+WFmJ8TG+DfN6lx/N0WAgQv09l8mclMcmd1VrtvMsXAMtMORTYWxmw9SYt3pJ2/E x9hide4/iMuY84TF46roSBUF1AQhW06LfQuXUVjyxMhxIvwr3ooCJx1OWQkubuPa4rG0fC 8lzTZJa4r1Tk+OU6rmFjC9qCQhDklaq9ReVv0WDcpw4tRoOXD0iuPMRfpZ0tttXeIBrcki vH8NP/QG+FcVWeLwuAPCNL0at2OGzKYLI3OgB9Om+uDJWYEeNoKDoMHgVlMkVg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1654291825; a=rsa-sha256; cv=none; b=P5Q0whX7ebKDB4mqGxkthNxBmSKZG7Vbm0YlJwQT9jGQAX5IME1Dd6dbAXoAx3DFl7lvD2 Do8aDWul+bo9vsvdwIr/UHxOsKWm51XzR5S+uQFNhQzygIURvQnhrRatOxY80DhndsIrws 9gjF19nDGpMzKzBg/y8fO20N0MBMZpbjBnYQOxR0w9+Ylr9RIY3nfb3hr/vsQMIGVZgfO3 HmJBadP19yID6T8ylXQq0qAWbemo6BMto+kqzVqIzKbQx/kILTdxYR2Tb2vb3LkGl+oKH7 z6mKyOnLV/kfGmKvJpH5gZ/+3kdTA+n5UeAOArIqTuiicIz9CNE/N6QiwZ3UBw== 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=oyv58NVx; 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" X-Migadu-Spam-Score: -3.52 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=oyv58NVx; 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" X-Migadu-Queue-Id: 190C29056 X-Spam-Score: -3.52 X-Migadu-Scanner: scn0.migadu.com X-TUID: 42vNPYZM9618 Hi, Jack Hill skribis: > * gnu/packages/tex.scm (texlive-qrcode): New variable. Applied, thanks! Ludo=E2=80=99.