From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.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 AOFZHwAd12KyRgEAbAwnHQ (envelope-from ) for ; Tue, 19 Jul 2022 23:07:12 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id WLl/HgAd12K6bgEAG6o9tA (envelope-from ) for ; Tue, 19 Jul 2022 23:07:12 +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 4B3711A42D for ; Tue, 19 Jul 2022 23:07:12 +0200 (CEST) Received: from localhost ([::1]:40770 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oDuQx-0003X7-CT for larch@yhetil.org; Tue, 19 Jul 2022 17:07:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54476) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDuQo-0003W4-Pm for guix-patches@gnu.org; Tue, 19 Jul 2022 17:07:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57528) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oDuQo-0006PJ-HB for guix-patches@gnu.org; Tue, 19 Jul 2022 17:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oDuQo-0004MS-5o for guix-patches@gnu.org; Tue, 19 Jul 2022 17:07:02 -0400 Subject: bug#56477: [PATCH] gnu: Add berry. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 19 Jul 2022 21:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56477 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: jgart Cc: 56477-done@debbugs.gnu.org Mail-Followup-To: 56477@debbugs.gnu.org, ludo@gnu.org, jgart@dismail.de Received: via spool by 56477-done@debbugs.gnu.org id=D56477.165826478416716 (code D ref 56477); Tue, 19 Jul 2022 21:07:02 +0000 Received: (at 56477-done) by debbugs.gnu.org; 19 Jul 2022 21:06:24 +0000 Received: from localhost ([127.0.0.1]:55286 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oDuQC-0004LX-6y for submit@debbugs.gnu.org; Tue, 19 Jul 2022 17:06:24 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41528) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oDuQA-0004LL-Nr for 56477-done@debbugs.gnu.org; Tue, 19 Jul 2022 17:06:23 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:43788) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDuQ4-0006Mn-LZ; Tue, 19 Jul 2022 17:06:16 -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=0OWf1A+ppJ1fLuTMtY0XiwwHf7i7nRy7dRoJ0giAtZ8=; b=oYggsffkJy8Em7dNTRsO oSEoXKGXZXA//1mviLK8FWAu9kn8IAqLVdwBerYZnKanvDjmRattS+NJ9n6OSHjJUbHMjnxNYaCGY 5VXmCDWp9irQpvtpAC4z2de9HTdPZb4z0iPW9cyQyBk2fbH970coH94rRMyFgsT4Nn6XremB4IwnI nJ7tv7/ORZn7GIgYnmlwxlCHSz1yyForAi7lPkkDR3Kd75D9t9AMWfb5CbKdmGf3MWhLI4ZcrzkpN VEOpHjA+jceaS8t3hqUhP9C9rvrYnc5u5xTqPAYXFQspxzOqp0Wifs7ja9H6q28auZl4GrLCct3wA d0dGcp70xmlzog==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:52627 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDuQ4-0000zM-9U; Tue, 19 Jul 2022 17:06:16 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220710081735.9815-1-jgart@dismail.de> Date: Tue, 19 Jul 2022 23:06:14 +0200 In-Reply-To: <20220710081735.9815-1-jgart@dismail.de> (jgart@dismail.de's message of "Sun, 10 Jul 2022 03:17:35 -0500") Message-ID: <875yjsrewp.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=1658264832; 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=0OWf1A+ppJ1fLuTMtY0XiwwHf7i7nRy7dRoJ0giAtZ8=; b=i8PjWDhiVJoLak6rxv/67s/QeGjj+hY4zK7NN7Uj6fcjBrTK4NBOVEaGsYpn7DR423w6DH CDLM1BgQMcSkZxflCvg/+lPQ9C32aAQhOJbK2u+TmF9dwUsxfZ11Uteud810+v4SRj0i+z GH9nmmu9NAIurlbLv/R0qU5JCxkFthL1+NgPvI5ncizgOVgRsTnuxTdbQ4MtUbNJZZ/wPw vuuCHA6MWzShNGmfDwQB/bgM5DB3xPUlSrXzrEELxfFyxe5MQIizIjlu2CxreOeMga0od5 YNUXIRJ5md7yqy4ws2yZHl7hEsoRlbA/OlqjmcGFw/U0sqi8/cj59oJQbIGtAA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1658264832; a=rsa-sha256; cv=none; b=W++h8eM70xjiMwwQFGAVBDFCtsb83B0j5UNh9DQsSQYf0e3mgvxOPQ2yVSM8o/4q9andxJ FEQjC1U12umnQYJ7mTDpsHShvAfSdyABboIJ7OyvJHlkXclu5l/rcsjaOO/teHkwAPSOTZ naI4mE2L1BotjeeXk1KSGpPwK9IgtoYD0IghJoLm4Aw9z83TciK2TNFjCao+alKf6c82N6 eiCw6oabsQmj5DASx9+xdHmLuno+DYgkO2OqUdhbJ/H+D0/K2z4ujQcrvoCJqOPE4av7ZB Z2YgxNnZCY/ppmnFZwOCpOdvLG+C+q1lspssSZ0JkyeXW7C2QOOLrKDP8ad4cg== 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=oYggsffk; 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: -5.03 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=oYggsffk; 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: 4B3711A42D X-Spam-Score: -5.03 X-Migadu-Scanner: scn0.migadu.com X-TUID: wzHcqoNulylB Hi jgart, jgart skribis: > * gnu/packages/wm.scm (berry): New variable. Applied, thanks! Ludo=E2=80=99.