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 ms5.migadu.com with LMTPS id IKWbAxnYXWKoXwAAbAwnHQ (envelope-from ) for ; Mon, 18 Apr 2022 23:28:57 +0200 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 yPuIAxnYXWJjmAAA9RJhRA (envelope-from ) for ; Mon, 18 Apr 2022 23:28:57 +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 A741428320 for ; Mon, 18 Apr 2022 23:28:56 +0200 (CEST) Received: from localhost ([::1]:52016 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ngYvX-0005J7-Ea for larch@yhetil.org; Mon, 18 Apr 2022 17:28:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35648) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ngYti-0002sp-1w for guix-patches@gnu.org; Mon, 18 Apr 2022 17:27:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47133) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ngYth-0006cw-Pb for guix-patches@gnu.org; Mon, 18 Apr 2022 17:27:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ngYth-00032B-Md for guix-patches@gnu.org; Mon, 18 Apr 2022 17:27:01 -0400 Subject: bug#54948: [PATCH] gnu: emacs-chess: Fix path to pieces. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 18 Apr 2022 21:27:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54948 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Michael Rohleder Cc: 54948-done@debbugs.gnu.org Mail-Followup-To: 54948@debbugs.gnu.org, ludo@gnu.org, mike@rohleder.de Received: via spool by 54948-done@debbugs.gnu.org id=D54948.165031716211579 (code D ref 54948); Mon, 18 Apr 2022 21:27:01 +0000 Received: (at 54948-done) by debbugs.gnu.org; 18 Apr 2022 21:26:02 +0000 Received: from localhost ([127.0.0.1]:41029 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ngYsk-00030Z-9E for submit@debbugs.gnu.org; Mon, 18 Apr 2022 17:26:02 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42234) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ngYsi-00030D-MW for 54948-done@debbugs.gnu.org; Mon, 18 Apr 2022 17:26:01 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52938) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ngYsc-0006Sm-64; Mon, 18 Apr 2022 17:25:54 -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=hQttvPV+Pu95Tg78aU+sDbxMMuRYQ+h7B2x8HdMdtYg=; b=jlvY3EDtp+HZoIPCgkez Jk9xK5L/ptFPnVx9X6K9VYCoAUbnaBCklHI4a70QZzB1F23rPLiCspNERD/2kD93zdOEckJBNB/d+ QZpDbpT46JZSfopF1raIBbJLYlaj2Vc45x2NspMSguisSnWom4i4HK7xESYmVzImBF9z6rYF4J/CZ 5UtvbLQZkO1lVPhZx6AXqepGInEebv5QIfGmnyQmX+CAFxFGDl47gCDR/SG3ZVk+1j3hTtRpCxnRs 8p/3jmE4t889DfmF9VpjP2VkNSlqGA8hSBjnFV9ln207uj6j+MSw95SVMjADmzmuQoNwc0wl89qRg FGdUkYDz23QqKg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:58775 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ngYsb-00078i-CU; Mon, 18 Apr 2022 17:25:53 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220415074040.10300-1-mike@rohleder.de> Date: Mon, 18 Apr 2022 23:25:51 +0200 In-Reply-To: <20220415074040.10300-1-mike@rohleder.de> (Michael Rohleder's message of "Fri, 15 Apr 2022 09:40:40 +0200") Message-ID: <87lew2t76o.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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=1650317336; 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-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=hQttvPV+Pu95Tg78aU+sDbxMMuRYQ+h7B2x8HdMdtYg=; b=gT2ept/N9rrb5nFkCVdZ1W0ZFfBjooEXlN5YNqLZZt2R6NJs9cW7DrBOfDmCX7RBK8DasW wJisNWWsDyMar9Deuz0m5PnnWYBba2qWktZkmQWUl5aAXU0r7qkMPrMdS+tTd2RoK0b57M GW1LYt2OweEI0UvYwMCMFiy6NTpiJCmFdtBOzGyb8hKyCFEe+Olu9DQ0aY/I4YIFl3wMar PDI4BdkPeE2xbH3lImMxJucOiMgJXVmGZtUDcAucYF029vPLVXfnTpIeJt/IpyZm1Vt7D1 IqRnfajev6CKZQOxifsbWp6HLiNmiZhY8g/bi56RQmeq2nC18agCljecuZyToA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1650317336; a=rsa-sha256; cv=none; b=ce0m8bpoqCBLSCjAYbIQZNjGji2QbLaGdYKTwub8/8r+Hj10VhG/frtkIx/++81rdE33K7 1bZhmV1B4NFR2g/1GKa+v5tg3m2hSLz608eE1GLcn1Af3sFpJbrjQUEwhwqHpA32SsOenJ iIamtyx2THKl9wZwvndd1HwMtOmX4a2ex6egwMWE2fQO5NFTUkZ/8KE91tqBLiL+b+lEmk yxdbb95kpSH1n30y6B+5KyENCwNHtzMpfOYR47JL7jG9PpzohFdWiL4sMU24SPIgBsSwUI zM2E1wyoM7hRWb5JeEdOeYL+NmCE7bIumu667YDjJoyC4JpkMl4S3qLiuHHkeA== 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=jlvY3EDt; 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.94 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=jlvY3EDt; 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: A741428320 X-Spam-Score: -3.94 X-Migadu-Scanner: scn1.migadu.com X-TUID: 2OFxnDe1JgRQ Michael Rohleder skribis: > * gnu/packages/emacs-xyz.scm (emacs-chess)[arguments]: Fix path to pieces in > phase install-pieces. Applied, thanks!