From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id oIUPFuDZK2B2OgAA0tVLHw (envelope-from ) for ; Tue, 16 Feb 2021 14:42:40 +0000 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id iBG+EeDZK2A0HwAAbx9fmQ (envelope-from ) for ; Tue, 16 Feb 2021 14:42:40 +0000 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 E73AF1CDF5 for ; Tue, 16 Feb 2021 15:42:39 +0100 (CET) Received: from localhost ([::1]:55562 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lC1Yk-00015C-Vd for larch@yhetil.org; Tue, 16 Feb 2021 09:42:38 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:36804) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lC1Xy-0008DR-8r for guix-devel@gnu.org; Tue, 16 Feb 2021 09:41:50 -0500 Received: from tobias.gr ([2a02:c205:2020:6054::1]:46648) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lC1Xw-0003hK-8L for guix-devel@gnu.org; Tue, 16 Feb 2021 09:41:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=8wEMs+9Bri5LJVVBDybkQasGknkKzQiwwoTJ97Rki6o=; h=date:subject:cc:to: from; b=OQ8pc5oZQGpYZC7H45Qnq3P7O6Oe778JEhSRytqryJgWnE4oPBfc4udMfUNkEa 1vInrnx+m/fs19bHGLhzdMdUbS1zRjgAR0Rkebb/oMZP+msjdGs064kiQ+AzDxzSJ+ozPW X9TwJIZxyPEsz6tqoXijbveD51Jxz14GLJjpfmR/gYfzwZxbZL3Y0qSd6Oejeimu/GMjPJ W1XjmGYLtzxwaiEukklXv9wLj/2v0X4EDahCQYETM9dvi1gpTO1eDpsc+fM0tYUXHLsx1c XCQF7R5V7By+s2oeRatW2K1CWe75VubKrQmkyVLyiWTBU45urHaFWzOuM4fpTXqcPiKmDA == Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id df987e0d (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Tue, 16 Feb 2021 14:42:31 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice To: mail@nicolasgoaziou.fr Cc: guix-devel@gnu.org Subject: Re: [PATCH] gnu: alacritty: Update to 0.7.1. Date: Tue, 16 Feb 2021 15:42:02 +0100 Message-ID: <87im6sxef9.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.16 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=tobias.gr header.s=2018 header.b=OQ8pc5oZ; dmarc=pass (policy=reject) header.from=tobias.gr; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Queue-Id: E73AF1CDF5 X-Spam-Score: -2.16 X-Migadu-Scanner: scn0.migadu.com X-TUID: vbobv41rCY0X --=-=-= Content-Type: text/plain; format=flowed Hi Nicolas, Commit 3e10f0eef0fb8b99f5220653b6564693365491b1 removes a phase: > Remove unneeded phase and some replacements. without explanation. It's admittedly not the prettiest hack, but is needed to run Alacritty on Wayland[0]. Do you remember why you removed it? (Please, say so in the commit message!) Kind regards, T G-R [0]: http://logs.guix.gnu.org/guix/2021-02-16.log#150007 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYCvZug0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW157e4BAIU6ksBqx6sPpbs7y+66AVMtnaFQWIZ2PXtF2UOE vHkEAP0fWxFPcVj4u0ALvQIBGrrHZbA2Qh3Hhl8zBK2T3Qb7Dw== =SXnn -----END PGP SIGNATURE----- --=-=-=--