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 ms0.migadu.com with LMTPS id uDn4Br73MWI2cQAAgWs5BA (envelope-from ) for ; Wed, 16 Mar 2022 15:44:14 +0100 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 KAp+BL73MWLg9QAA9RJhRA (envelope-from ) for ; Wed, 16 Mar 2022 15:44:14 +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 A977B36CF0 for ; Wed, 16 Mar 2022 15:44:13 +0100 (CET) Received: from localhost ([::1]:47182 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nUUsm-0002e3-CY for larch@yhetil.org; Wed, 16 Mar 2022 10:44:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59532) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nUUsc-0002av-Qw for guix-patches@gnu.org; Wed, 16 Mar 2022 10:44:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58090) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nUUsb-0001LJ-RT for guix-patches@gnu.org; Wed, 16 Mar 2022 10:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nUUsb-0007IO-Q6 for guix-patches@gnu.org; Wed, 16 Mar 2022 10:44:01 -0400 Subject: bug#54148: [PATCH] gnu: matterbridge: update to 1.24.0 Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 16 Mar 2022 14:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54148 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Denis 'GNUtoo' Carikli Cc: 54148-done@debbugs.gnu.org Mail-Followup-To: 54148@debbugs.gnu.org, ludo@gnu.org, GNUtoo@cyberdimension.org Received: via spool by 54148-done@debbugs.gnu.org id=D54148.164744181327994 (code D ref 54148); Wed, 16 Mar 2022 14:44:01 +0000 Received: (at 54148-done) by debbugs.gnu.org; 16 Mar 2022 14:43:33 +0000 Received: from localhost ([127.0.0.1]:51986 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nUUs8-0007HR-Ra for submit@debbugs.gnu.org; Wed, 16 Mar 2022 10:43:33 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53700) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nUUs7-0007HD-4A for 54148-done@debbugs.gnu.org; Wed, 16 Mar 2022 10:43:31 -0400 Received: from [2001:470:142:3::e] (port=33100 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nUUs1-0001IR-HX; Wed, 16 Mar 2022 10:43:25 -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=A4LdCpkcSFNKtGERutgNDy7qviwLqZFqblxR0kf2ixE=; b=LtU4Gu0SYxjwe7DtpdUB bSJ+EfYrMnU4rxVLOm+sAZygrzjueKhb7iR9SsXoYsslwV/OcEK8jWWHFI0kM+Deq0Lg067AjKxKj 5PhKxax6YJzQTssYKUceqnAx58SKuMBISdTs3g0Yc+05sP6L4udWftODnHUUmDdYLN8/AHwQs0/2m nff9DjEfIBS1r6gYq74sTIFPuE9RcOQAozy7+KL6z1Ibj0iwxry9x5XZBXbnlM9KOMszfPrc9FGgI ScNdtSkbQ+dzKntBrscG6BJI5+zPIbiI/BxRoQ1y4uWcBR09Th5YvTxrOqvH81zolx0gZw/33cA9X 1JBDXcsNHBCZgA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:59687 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nUUs1-0005qG-01; Wed, 16 Mar 2022 10:43:25 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220224204048.25280-1-GNUtoo@cyberdimension.org> Date: Wed, 16 Mar 2022 15:43:22 +0100 In-Reply-To: <20220224204048.25280-1-GNUtoo@cyberdimension.org> (Denis Carikli's message of "Thu, 24 Feb 2022 21:40:48 +0100") Message-ID: <8735jidkl1.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" 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=1647441853; 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=A4LdCpkcSFNKtGERutgNDy7qviwLqZFqblxR0kf2ixE=; b=Wh4JIWrhIrWx2XEgq5cmR166piH9LYsI74Efi14FaIU2qxtQpLUJWYq3NEilp97BUI8GJM dy2sr8OKKXbsTsAOVthCOpnnOQFum7b4qSeHXVzjYKV/cIKbieqNWyNA7mlORZqIKDT0rJ 4NIVLGg7NyKNEzK8byAbaxefFPbrVs5NkIyaTxiUmNL1fSlvo1/4ixydZCMXJfrZbORSZ3 /BYYKiOLnyCTBUBuOnE107W6ecQ1uM6wJk5EMK7u4mTqmWcuEGMyGkq2OrA0fEkRAcJJxG V6Wj2zZbxBrdN1W2HiIe4PodrF6o/zY8U0HNCqFW65b9QRwoDaLDE9Z3jM9NZQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1647441853; a=rsa-sha256; cv=none; b=s4l6OdX5m1Ub0BrHTXxs93HRlEGEyuWqhC57ulyIrCZp+WdairCoJ5u8zBSGQApKHUXT0t woj1ui4+rUwesMAepjjwYYhO/+QpCoghZ/5BqQEZrrT7b+WAAuCD2E05cqGWLqtovbiZPu n/2DFTIeAfvMLxYPsfrwW0c9BH9mSC37/m9RttTnkwYPP5SGkVaYH1t0/3eK8rw1s0cnCP bZVVoolfvFKDxgfthDJncdWE+6Br+Tw8PAStVELwhLBChv31d/oiNJLiqpYbcasIFN40gD 3jUaTvfThLA/67PpLX2xXA6lUMOPWy8V77O4g0u9anFZsfVVNfAyE1GOnIe4Bg== 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=LtU4Gu0S; 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.16 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=LtU4Gu0S; 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: A977B36CF0 X-Spam-Score: -3.16 X-Migadu-Scanner: scn0.migadu.com X-TUID: Vmp4FT4L8MY8 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Denis 'GNUtoo' Carikli skribis: > * gnu/packages/messaging.scm (matterbridge): Update to 1.24.0. > > Signed-off-by: Denis 'GNUtoo' Carikli Applied with the minor tweaks below (referring to the phase parameters instead of the =E2=80=98%outputs=E2=80=99 global variable), thanks! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 6283db02bf..f78719575a 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -3128,27 +3128,27 @@ (define-public matterbridge `(#:phases (modify-phases %standard-phases (delete 'configure) (replace 'build - (lambda _ + (lambda* (#:key outputs #:allow-other-keys) (setenv "GOCACHE" (string-append (getcwd) "/go-build")) (setenv "GOBIN" - (string-append (assoc-ref %outputs "out") "/bin")) + (string-append (assoc-ref outputs "out") "/bin")) (invoke "go" "build" "-v" "-x"))) (replace 'check - (lambda* (#:key tests? #:allow-other-keys) + (lambda* (#:key outputs tests? #:allow-other-keys) (when tests? (setenv "GOCACHE" (string-append (getcwd) "/go-build")) (setenv "GOBIN" - (string-append (assoc-ref %outputs "out") + (string-append (assoc-ref outputs "out") "/bin")) (invoke "go" "test" "-v" "-x")))) (replace 'install - (lambda _ + (lambda* (#:key outputs #:allow-other-keys) (setenv "GOCACHE" (string-append (getcwd) "/go-build")) (setenv "GOBIN" - (string-append (assoc-ref %outputs "out") "/bin")) + (string-append (assoc-ref outputs "out") "/bin")) (invoke "go" "install" "-v" "-x")))))) (native-inputs (list go)) (synopsis "Bridge together various messaging networks and protocols") --=-=-=--