From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id MMcOLI+TMmXlxAAAauVa8A:P1 (envelope-from ) for ; Fri, 20 Oct 2023 16:49:51 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id MMcOLI+TMmXlxAAAauVa8A (envelope-from ) for ; Fri, 20 Oct 2023 16:49:51 +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 29DB63C3E4 for ; Fri, 20 Oct 2023 16:49:51 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inventati.org header.s=stigmate header.b=E5QqrMGF; 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697813391; a=rsa-sha256; cv=none; b=n7XQixHtVbCDYrnQFT4QXSyQZKCu36QPPZO1g7kJT7jaSQqJDE419MjfRalN8ROGzKIhQA VJ7rOQvN4dbaAbUunyhTDVEz6Y+5CiTn36WluXSIzpX7sSN7N5/ZXR58hEcjPWo4ofsG3N oSTYDc1RsC/Nq/TnwACWfbmkSBoXIspzvk38B0AdYV7e7yl5Cx9/cvHwvl/Cv1kvvGtDip b6O4WWbfFed6YjZ2SRfpmRlhc1EM41fsmLYBFKmINUjWcIpjXhRDfvQ7hKZF5p6rM0YA7i kq8vYVKHueqLQqtL7NZUaFzxfLVVT3LALxvet9Cr/xKoVq5q+6TTPxUPkWmGqw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inventati.org header.s=stigmate header.b=E5QqrMGF; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697813391; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc: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=faUgyPdbGiuN8nWb8aEEPO76xsIl5vs3yxOSjNqZ1JQ=; b=mj+sNn+f1tG1AcCc6WNUOSj4Iq5YjQSgqw8KpXjmXToNRVhoN70nT4tWMbW02j+LMh7oFv 82DPSVe/+4MYmreKMBwrEexIp/3KHRb2YqStuYaNZw83mDesGK8Glins0mnfqLpMQhdGJG ZIZp67GxCaht6N4aT4eu+qsaeSUIf7gYPIUFApm+BPtgsAccyLKTbjzjjlP4Todo/fUwiR G8qBePKWmLbGyT2MJa7JS5+ueJkpQy03WYfg9241+1S6w4q7jWYvFFH5CtVvq2R7I++EHz xStHaVQQ7IcwtQ819SA9z5dt0TfsmLFiqjfDOactkEXgA+C91Pgy5Kr2ADY2ng== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qtqoj-0005Pq-PN; Fri, 20 Oct 2023 10:49:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qtqoh-0005Pf-Qn for guix-patches@gnu.org; Fri, 20 Oct 2023 10:49:35 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qtqoh-0005A0-Ik for guix-patches@gnu.org; Fri, 20 Oct 2023 10:49:35 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qtqp8-0007l3-PK for guix-patches@gnu.org; Fri, 20 Oct 2023 10:50:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66590] [PATCH] gnu: emacs-doom-modeline: Update to 4.0.1. Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 20 Oct 2023 14:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66590 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Christopher Baines Cc: 66590@debbugs.gnu.org X-Debbugs-Original-Cc: 66590@debbugs.gnu.org, guix-patches@gnu.org Received: via spool by 66590-submit@debbugs.gnu.org id=B66590.169781337529669 (code B ref 66590); Fri, 20 Oct 2023 14:50:02 +0000 Received: (at 66590) by debbugs.gnu.org; 20 Oct 2023 14:49:35 +0000 Received: from localhost ([127.0.0.1]:41142 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtqog-0007iT-Pi for submit@debbugs.gnu.org; Fri, 20 Oct 2023 10:49:35 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]:31153) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtqod-0007gA-3t for 66590@debbugs.gnu.org; Fri, 20 Oct 2023 10:49:33 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4SBnXY5XM7zGp0f; Fri, 20 Oct 2023 14:49:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1697813341; bh=faUgyPdbGiuN8nWb8aEEPO76xsIl5vs3yxOSjNqZ1JQ=; h=References:From:To:Cc:Subject:Date:Reply-To:In-reply-to:From; b=E5QqrMGFdsmgwBanEpu2IzSS8UXjwJnmoQmfaN7L+uzW0TjZuTQauuSe6Epfmfla3 GhFpFEI5xZ3Du0s/td32iIX4LJKmrejl6KA5XFgHSEkkTj5q4puX0yalXedDPgen7r R0QOYdDwk1vOg717eCdbfzrfZlkJ0wqY7jKmBE9o= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4SBnXX4hG4zGp0S; Fri, 20 Oct 2023 14:48:59 +0000 (UTC) References: <87y1fx4p7f.fsf@cbaines.net> User-agent: mu4e 1.10.7; emacs 29.1 Date: Fri, 20 Oct 2023 16:47:36 +0200 In-reply-to: <87y1fx4p7f.fsf@cbaines.net> Message-ID: <8734y5qrhj.fsf@inventati.org> 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: , Reply-to: csantosb@inventati.org X-ACL-Warn: , Cayetano Santos via Guix-patches From: Cayetano Santos via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx1.migadu.com X-Migadu-Spam-Score: -6.66 X-Spam-Score: -6.66 X-Migadu-Queue-Id: 29DB63C3E4 X-TUID: uqlyYv9/VlBW >ven. 20 oct. 2023 at 10:28, Christopher Baines wrote: > emacs-nerd-icons doesn't seem to be defined, so this change doesn't work > for me. Did emacs-doom-modeline build for you locally? I submitted another patch for packaging emacs-nerd-icons, see #66588. C.