From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:303:5f26::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id MMwACJtRh2XnxgAAkFu2QA (envelope-from ) for ; Sat, 23 Dec 2023 22:31:07 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id yAU6AptRh2UjEwEAqHPOHw (envelope-from ) for ; Sat, 23 Dec 2023 22:31:07 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=runbox.com header.s=selector2 header.b=oeCLYX1L; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1703367066; 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-transfer-encoding:content-transfer-encoding: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=agZOLiPs0lO3BpgcLFnX1GOp9iPysgyuCn5SJFel/aI=; b=ivVdQv5AC3zgS2KhLYIW/WMI5WpjSTCdkEgHZlDUcUjJbKgS9jMWFHgZj2bJiCATconkIs s+iC0yFXQIoly24FA2dLGW+jNAj9VONlg4TOGq371tBCcuXHaCl6o7/1CAZhpwiW8goT57 qECAtCJPEBpqekL8KiNIaee5PhzlISVm7jMCoKW2o8VdERHNOWg5rUMKPTDyU1f2UwLggf 3qh/jwsTKnMzm/YTqrUyUt1CcM1PfNIhHw7tg6hRhOR5LMgCC64JrEJlq73blMlbdEAXWG s9ezVuxQgFl40RrcPi8+JqXjouKv8cR6DVjyINe16YmJMu7EkijAen9A2nC1eA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1703367066; a=rsa-sha256; cv=none; b=NYwOt22kHJBa3qHS9HFPJ7XPaTOaQ5Hv62mg8prvMZtQpmQu1VuiokdDFmIOFmZ8XoG9mN idVI2802W2nVhG+lPNo5E+O/b0Hgh3VA2fNEFJKgcTKp2sE1Y192PgXl/FHmTuzv6NM7Bl T6MP+gg+X8USLMHbc8CffOlQQfWE6UZBt9xL4m6lm0mUe41CHWj3XTt38p5XTkA9sUJAjN iQuHtceOFBK1YZ0zc5ZciwJCQEmsfgruOMtiHDnroFNIJgGnzZma80dICNVQYqqZ9SlsLG jLNZXrKclXRDCBTCZ7IwWbxitXw3SosXRdudOEb1UBN240b4p51x1jjY5aqSzg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=runbox.com header.s=selector2 header.b=oeCLYX1L; 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"; dmarc=pass (policy=none) header.from=gnu.org 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 DC22B56CDF for ; Sat, 23 Dec 2023 22:31:06 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rH9aH-0007Ri-Gf; Sat, 23 Dec 2023 16:31:01 -0500 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 1rH9aF-0007RG-6S for guix-patches@gnu.org; Sat, 23 Dec 2023 16:30:59 -0500 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 1rH9aE-0004M1-Ul for guix-patches@gnu.org; Sat, 23 Dec 2023 16:30:58 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rH9aI-0004Es-IL; Sat, 23 Dec 2023 16:31:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#67983] [PATCH v2REVISION 6/6] gnu: emacs-nerd-icons: Update description. Resent-From: Jaeme Sifat Original-Sender: "Debbugs-submit" Resent-CC: andrew@trop.in, cox.katherine.e+guix@gmail.com, liliana.prikler@gmail.com, guix-patches@gnu.org Resent-Date: Sat, 23 Dec 2023 21:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67983 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67983@debbugs.gnu.org Cc: Jaeme Sifat , Andrew Tropin , Katherine Cox-Buday , Liliana Marie Prikler X-Debbugs-Original-Xcc: Andrew Tropin , Katherine Cox-Buday , Liliana Marie Prikler Received: via spool by 67983-submit@debbugs.gnu.org id=B67983.170336701911201 (code B ref 67983); Sat, 23 Dec 2023 21:31:02 +0000 Received: (at 67983) by debbugs.gnu.org; 23 Dec 2023 21:30:19 +0000 Received: from localhost ([127.0.0.1]:51378 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rH9Za-0002tq-Nd for submit@debbugs.gnu.org; Sat, 23 Dec 2023 16:30:19 -0500 Received: from mailtransmit04.runbox.com ([2a0c:5a00:149::25]:46372) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rH9ZZ-0002Zk-01 for 67983@debbugs.gnu.org; Sat, 23 Dec 2023 16:30:17 -0500 Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit04.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1rH9ZN-007mH6-I9 for 67983@debbugs.gnu.org; Sat, 23 Dec 2023 22:30:05 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=runbox.com; s=selector2; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To :Message-ID:Date:Subject:Cc:To:From; bh=agZOLiPs0lO3BpgcLFnX1GOp9iPysgyuCn5SJFel/aI=; b=oeCLYX1L3sKwcIazGe8c+eSbdl Y+Y0RRuzDI20wtRg4ZweMxCy/lek7KxvxpS118aZPIXLB4Gb1/6vkxgszbQJIeqSGkIC+R5ddWRki rDhzIsf8uBWAdwmK6+ZRXf+5S+iJWHY87zsuKDRMarK6d3sieGPP7pf4gUSzrCbe30TM1GjeWmkni vXYEaAU5zt8Oc6I2drDauHUdjAQIL3cd/WqFl3t0ZJ+Ycyd13YdYH2pHqmoAejKe2PdoC+ULVHdNa sQFHwN2BR+gmoVrcvav+ZMFPUzwfP4n6xIoxiJOjMnhLXBesCC9j7P7jl5jQpzcTrQqKVFL1pxYV4 iihr33jw==; Received: from [10.9.9.72] (helo=submission01.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1rH9ZN-0006Wc-9V for 67983@debbugs.gnu.org; Sat, 23 Dec 2023 22:30:05 +0100 Received: by submission01.runbox with esmtpsa [Authenticated ID (1176697)] (TLS1.2:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) id 1rH9ZK-000SPx-9Q; Sat, 23 Dec 2023 22:30:02 +0100 Date: Sat, 23 Dec 2023 16:23:48 -0500 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: Jaeme Sifat X-ACL-Warn: , Jaeme Sifat via Guix-patches From: Jaeme Sifat 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-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -4.81 X-Spam-Score: -4.81 X-Migadu-Queue-Id: DC22B56CDF X-Migadu-Scanner: mx11.migadu.com X-TUID: vVVrCKfgFLpl Updates the description field to mention the ability to download a libre nerd font within the package itself and to fix grammatical errors. * gnu/packages/emacs-xyz.scm (emacs-nerd-icons): Update description field. Change-Id: I927dfda8cbd7f9a2eca767260f64da1be9b1544d --- gnu/packages/emacs-xyz.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 936d558ae3..b0f222b735 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -28438,8 +28438,11 @@ (define-public emacs-nerd-icons (arguments (list #:include #~(cons "^data\\/" %default-include))) (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.") + (description + "@code{nerd-icons.el} is an alternative to @code{all-the-icons.el} that +works on both graphical and text-based Emacs sessions. This requires a nerd +font installed on your system which can be done by using the built-in nerd +font symbols downloader script after installation.") (license license:gpl3+))) (define-public emacs-nerd-icons-completion -- 2.41.0