From unknown Sat Aug 16 18:40:44 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#66588] [PATCH] gnu: Add emacs-nerd-icons. Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 17 Oct 2023 09:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 66588 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66588@debbugs.gnu.org Cc: Cayetano Santos X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.169753643018781 (code B ref -1); Tue, 17 Oct 2023 09:54:01 +0000 Received: (at submit) by debbugs.gnu.org; 17 Oct 2023 09:53:50 +0000 Received: from localhost ([127.0.0.1]:58628 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qsglq-0004sr-1K for submit@debbugs.gnu.org; Tue, 17 Oct 2023 05:53:50 -0400 Received: from lists.gnu.org ([2001:470:142::17]:48672) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qsgln-0004se-Nw for submit@debbugs.gnu.org; Tue, 17 Oct 2023 05:53:49 -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 1qsglI-0000S2-7n for guix-patches@gnu.org; Tue, 17 Oct 2023 05:53:16 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qsglF-0005Ni-Qx for guix-patches@gnu.org; Tue, 17 Oct 2023 05:53:15 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4S8q6X2DNqzGp28; Tue, 17 Oct 2023 09:53:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1697536388; bh=HAZrRicbL3lzyg0eyjY/hKTMWh8dEeAXvWzoF9G2vkA=; h=From:To:Cc:Subject:Date:From; b=BpNcmOvzdOohxHHaq4Tad4r+Zs0Z11qxc45vOahGLBbpWrN8e3RCEVlP9/OuTFvXs Cmh9ftXJJH3TqnaIED4bYHuEectsAvt8HAXM1LtKE7qAhwaOUnOMEgBGY/mhrQseQj NCj/wOH1+axjrGMrEcCeh39k2sClzuOWP5qCI7Dk= 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 4S8q6X19dkzGp23; Tue, 17 Oct 2023 09:53:08 +0000 (UTC) From: Cayetano Santos Date: Tue, 17 Oct 2023 11:53:01 +0200 Message-ID: <21dfe98121befa8ae15ecb64da4af16022e709c6.1697536381.git.csantosb@inventati.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=csantosb@inventati.org; helo=latitanza.investici.org 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-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/emacs-xyz.scm (emacs-nerd-icons): New variable. --- gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index bb8c25f9b5..97a926aee4 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -28090,6 +28090,29 @@ (define-public emacs-editorconfig files are easily readable and they work nicely with version control systems.") (license license:gpl3+))) +(define-public emacs-nerd-icons + (package + (name "emacs-nerd-icons") + (version "0.1.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/rainstormstudio/nerd-icons.el") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ggj6lm02m7nb5gxnqs2v2lkxsclml6kq176vam9qyg1fsm7yvdw")))) + (build-system emacs-build-system) + (arguments + (list #:include #~(cons "^data\\/" %default-include))) + (home-page "https://github.com/rainstormstudio/nerd-icons") + (synopsis "Library for easily using nerd font icons inside Emacs") + (description "Nerd-icons an alternative to all-the-icons. It works on both +GUI and terminal, and requires a nerd font installed on your system.") + (license license:gpl3+))) + (define-public emacs-all-the-icons (package (name "emacs-all-the-icons") base-commit: 0e467b7b0bc02860f2819e4eaf74f5cdae7e2cd1 -- 2.41.0 From unknown Sat Aug 16 18:40:44 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Cayetano Santos Subject: bug#66588: closed (Re: [bug#66588] [PATCH] gnu: Add emacs-nerd-icons.) Message-ID: References: <87fs21dn99.fsf@gnu.org> <21dfe98121befa8ae15ecb64da4af16022e709c6.1697536381.git.csantosb@inventati.org> X-Gnu-PR-Message: they-closed 66588 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 66588@debbugs.gnu.org Date: Mon, 23 Oct 2023 21:49:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1698097742-31347-1" This is a multi-part message in MIME format... ------------=_1698097742-31347-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #66588: [PATCH] gnu: Add emacs-nerd-icons. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 66588@debbugs.gnu.org. --=20 66588: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D66588 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1698097742-31347-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 66588-done) by debbugs.gnu.org; 23 Oct 2023 21:48:29 +0000 Received: from localhost ([127.0.0.1]:52079 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qv2mj-000863-B3 for submit@debbugs.gnu.org; Mon, 23 Oct 2023 17:48:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42966) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qv2mg-00085A-7G for 66588-done@debbugs.gnu.org; Mon, 23 Oct 2023 17:48:28 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qv2m6-00061A-IQ; Mon, 23 Oct 2023 17:47:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=FAY3kqe4w2OyRQXwlMh4ZwVYEcQAmIOZ+IH/jGRuRkY=; b=T87PWTAQuK/4h2YdoCOq Ui9k1zUYhM31pGjX1NKjU/Mcn+FD7kPCyfT+s3HbrfFPOJUKzI2FBjvGqCC/CJSTRI0yv4NFDuPYL LFM+3QN9/ay2qOcWQ1m+FFfoqHi+fC2j+LX+w0V/e8a39cZrAf6bjsQhR+Fszuc4V10jQkHKs8g7I /t9MSgR2fY70ewcjbX/g/xDQ+MVRG2qskQ83RYZhsHS0EgrPgmYgxPvpTG5gYiC1Dh+7CX4Yl+PL7 Mf1anRm0Za/FGNb8YycnUCkmIV7Sb6CCLxDcxwf127T/EPoIAjZKY5oh4jkgIB6q4MUicgaK4eaoZ 37udfFt2Cgm89Q==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Cayetano Santos Subject: Re: [bug#66588] [PATCH] gnu: Add emacs-nerd-icons. In-Reply-To: <21dfe98121befa8ae15ecb64da4af16022e709c6.1697536381.git.csantosb@inventati.org> (Cayetano Santos's message of "Tue, 17 Oct 2023 11:53:01 +0200") References: <21dfe98121befa8ae15ecb64da4af16022e709c6.1697536381.git.csantosb@inventati.org> Date: Mon, 23 Oct 2023 23:47:46 +0200 Message-ID: <87fs21dn99.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 66588-done Cc: 66588-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Cayetano Santos skribis: > * gnu/packages/emacs-xyz.scm (emacs-nerd-icons): New variable. The home page was 404 so I fixed it and factorize it (see below). Applied, thanks! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0fda4db0d4..c0bb3f7d0a 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -28176,12 +28176,11 @@ (define-public emacs-nerd-icons (package (name "emacs-nerd-icons") (version "0.1.0") + (home-page "https://github.com/rainstormstudio/nerd-icons.el") (source (origin (method git-fetch) - (uri (git-reference - (url "https://github.com/rainstormstudio/nerd-icons.el") - (commit version))) + (uri (git-reference (url home-page) (commit version))) (file-name (git-file-name name version)) (sha256 (base32 @@ -28189,7 +28188,6 @@ (define-public emacs-nerd-icons (build-system emacs-build-system) (arguments (list #:include #~(cons "^data\\/" %default-include))) - (home-page "https://github.com/rainstormstudio/nerd-icons") (synopsis "Library for easily using nerd font icons inside Emacs") (description "Nerd-icons an alternative to all-the-icons. It works on both GUI and terminal, and requires a nerd font installed on your system.") --=-=-=-- ------------=_1698097742-31347-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 17 Oct 2023 09:53:50 +0000 Received: from localhost ([127.0.0.1]:58628 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qsglq-0004sr-1K for submit@debbugs.gnu.org; Tue, 17 Oct 2023 05:53:50 -0400 Received: from lists.gnu.org ([2001:470:142::17]:48672) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qsgln-0004se-Nw for submit@debbugs.gnu.org; Tue, 17 Oct 2023 05:53:49 -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 1qsglI-0000S2-7n for guix-patches@gnu.org; Tue, 17 Oct 2023 05:53:16 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qsglF-0005Ni-Qx for guix-patches@gnu.org; Tue, 17 Oct 2023 05:53:15 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4S8q6X2DNqzGp28; Tue, 17 Oct 2023 09:53:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1697536388; bh=HAZrRicbL3lzyg0eyjY/hKTMWh8dEeAXvWzoF9G2vkA=; h=From:To:Cc:Subject:Date:From; b=BpNcmOvzdOohxHHaq4Tad4r+Zs0Z11qxc45vOahGLBbpWrN8e3RCEVlP9/OuTFvXs Cmh9ftXJJH3TqnaIED4bYHuEectsAvt8HAXM1LtKE7qAhwaOUnOMEgBGY/mhrQseQj NCj/wOH1+axjrGMrEcCeh39k2sClzuOWP5qCI7Dk= 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 4S8q6X19dkzGp23; Tue, 17 Oct 2023 09:53:08 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-nerd-icons. Date: Tue, 17 Oct 2023 11:53:01 +0200 Message-ID: <21dfe98121befa8ae15ecb64da4af16022e709c6.1697536381.git.csantosb@inventati.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=csantosb@inventati.org; helo=latitanza.investici.org 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-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/emacs-xyz.scm (emacs-nerd-icons): New variable. --- gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index bb8c25f9b5..97a926aee4 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -28090,6 +28090,29 @@ (define-public emacs-editorconfig files are easily readable and they work nicely with version control systems.") (license license:gpl3+))) +(define-public emacs-nerd-icons + (package + (name "emacs-nerd-icons") + (version "0.1.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/rainstormstudio/nerd-icons.el") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ggj6lm02m7nb5gxnqs2v2lkxsclml6kq176vam9qyg1fsm7yvdw")))) + (build-system emacs-build-system) + (arguments + (list #:include #~(cons "^data\\/" %default-include))) + (home-page "https://github.com/rainstormstudio/nerd-icons") + (synopsis "Library for easily using nerd font icons inside Emacs") + (description "Nerd-icons an alternative to all-the-icons. It works on both +GUI and terminal, and requires a nerd font installed on your system.") + (license license:gpl3+))) + (define-public emacs-all-the-icons (package (name "emacs-all-the-icons") base-commit: 0e467b7b0bc02860f2819e4eaf74f5cdae7e2cd1 -- 2.41.0 ------------=_1698097742-31347-1--