From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id WMp0DrcML2NY8QAAbAwnHQ (envelope-from ) for ; Sat, 24 Sep 2022 15:57:11 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id EGxcDrcML2MFGgEAauVa8A (envelope-from ) for ; Sat, 24 Sep 2022 15:57:11 +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 C6D89152DB for ; Sat, 24 Sep 2022 15:57:10 +0200 (CEST) Received: from localhost ([::1]:48486 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oc5eY-000417-2I for larch@yhetil.org; Sat, 24 Sep 2022 09:57:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39378) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oc5eQ-0003yY-Fc for guix-patches@gnu.org; Sat, 24 Sep 2022 09:57:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45782) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oc5eQ-0005gU-7i for guix-patches@gnu.org; Sat, 24 Sep 2022 09:57:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oc5eQ-0001O6-3q for guix-patches@gnu.org; Sat, 24 Sep 2022 09:57:02 -0400 Subject: bug#57731: [PATCH 0/1] Add batsignal package Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 24 Sep 2022 13:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 57731 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: M Cc: "\(" , 57731-done@debbugs.gnu.org Mail-Followup-To: 57731@debbugs.gnu.org, ludo@gnu.org, matf@disr.it Received: via spool by 57731-done@debbugs.gnu.org id=D57731.16640278205323 (code D ref 57731); Sat, 24 Sep 2022 13:57:01 +0000 Received: (at 57731-done) by debbugs.gnu.org; 24 Sep 2022 13:57:00 +0000 Received: from localhost ([127.0.0.1]:44859 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oc5eN-0001Nn-UO for submit@debbugs.gnu.org; Sat, 24 Sep 2022 09:57:00 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57158) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oc5eM-0001Nb-EP for 57731-done@debbugs.gnu.org; Sat, 24 Sep 2022 09:56:59 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:41626) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oc5eH-0005fB-6E; Sat, 24 Sep 2022 09:56:53 -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=FhIIKppodWWQfn+hT3lMgjVHFZhtUY31+6mkxjUpJ7k=; b=Z0X7NtQDV4BsVwePRPDY WGo66OHAVX1DuhfxKd6QLOGqEMM3J3Pkal7XaOYiyhMuV4ye+esLMk4URmZdre2hjSL8/PeNnHGdJ 7qFBXZ1oySbULazaOiMJFUi6VHFyHei2PKfaJ5CMP6UqZiK9QAh6kQyxIsRRTFXeUQeUXwGHN3LwG +ZveuKw3X5YTUqOxq4+JYdEHOP8bFRsa5U4grFbJtqanEno8Q8D+aMZ7/hG2qJYysBrhEfpEsm24R xzZ+yU2SPJF8WDcB1cOf5wks2wk1R1gy87ymSlqmcagfAEmhYWlu6wLbkGc2c6En2iBd743md1dGM qmtlpN5vib//Cg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:59040 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oc5eF-00006t-VR; Sat, 24 Sep 2022 09:56:52 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220911134305.14581-1-matf@disr.it> <20220911194211.19915-1-matf@disr.it> Date: Sat, 24 Sep 2022 15:56:50 +0200 In-Reply-To: <20220911194211.19915-1-matf@disr.it> (M.'s message of "Sun, 11 Sep 2022 21:42:11 +0200") Message-ID: <87pmfk98pp.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=1664027830; 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=FhIIKppodWWQfn+hT3lMgjVHFZhtUY31+6mkxjUpJ7k=; b=CdLg3XLPE+0n8VwuQIjiGi8o77SW+HF5MBSy/x0m2Az0YxZ5bI4iMQvo/RtVQThZKENSGu ET9Tcbg61e8GnhRay6EREU5IpZH5B5H3Vc57RldC4IIdpMXv6OkNc9VVIPFUZeForAV3BA pLwH+yQPrLaIlNQRdUQwXP0JA4p8fZQ7RgIHalkV3afxAif26F4I21/9Z7rC2yiAXEqeNX XBBmXs4HYByuK4QiM+6LyYar9dO5x3qgjk6VmPomCVQVYQ9o4zRx63MK2xW1f4nbKEROAc bfRrk934cMIksAzpSJ9vy1d3cHYGkJ5HME3WaJlw8pDfxTB6wVrL8YFde6bMWA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1664027830; a=rsa-sha256; cv=none; b=qb7rFVE/NMrezKkGVnGjge3iiJhjcVthKOOUA2dJ++rXT0YDS30iQMgoQeU6t7YQ7nFISy +DYw0NQPBrn4o9KjscBBc/gYRkNPlemcHjG0rxUb8lFXQeYcmjmHTvpifDsIfh0Fc4bx4a wL3TYhB2p6x3iloJJhn7k+oZUr0aunymqvEl1QoA4k1TJPgS6aeT2ju+TRSHUPg2qQmQ9Y IHEAZKSRXqlGcZiMi2khaErDaGdLfphj/9FiOzVl3W5QjDUJUUJQINYCvnH15DQ7z4Jz21 OpCehkam2EbkSmQV8c32WsNFdakbP87Nu7B2QTpUCsqsL2ToKa6bTeWbZFdCOA== 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=Z0X7NtQD; 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: -2.75 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Z0X7NtQD; 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: C6D89152DB X-Spam-Score: -2.75 X-Migadu-Scanner: scn0.migadu.com X-TUID: 95Dsav/2nM6T Hi, M skribis: > * gnu/packages/monitoring.scm (batsignal): New variable. > > Co-authored-by: ( There was one missing #:use-module (gnu packages gnome), which I added. Applied. Thanks Mathieu, and thanks paren for reviewing! Ludo=E2=80=99.