[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: Add emacs-nerd-icons.
From: |
guix-commits |
Subject: |
05/09: gnu: Add emacs-nerd-icons. |
Date: |
Mon, 23 Oct 2023 18:04:04 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 2861c70b9ebabe78542c6bcbb26242249393434f
Author: Cayetano Santos <csantosb@inventati.org>
AuthorDate: Tue Oct 17 11:53:01 2023 +0200
gnu: Add emacs-nerd-icons.
* gnu/packages/emacs-xyz.scm (emacs-nerd-icons): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: Ie7e52ca3fb40986185061fb283b13e2828e963a8
---
gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7112a65181..c0bb3f7d0a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28172,6 +28172,27 @@ editors to read the file format and adhere to defined
styles. 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")
+ (home-page "https://github.com/rainstormstudio/nerd-icons.el")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference (url home-page) (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0ggj6lm02m7nb5gxnqs2v2lkxsclml6kq176vam9qyg1fsm7yvdw"))))
+ (build-system emacs-build-system)
+ (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.")
+ (license license:gpl3+)))
+
(define-public emacs-all-the-icons
(package
(name "emacs-all-the-icons")
- branch master updated (cbd20d6274 -> 4d748d344b), guix-commits, 2023/10/23
- 02/09: gnu: cmake-minimal: Remove ‘hidden’ property., guix-commits, 2023/10/23
- 03/09: gnu: gnutls@3.8: Do not rely expect ‘PATH_MAX’ definition on GNU/Hurd., guix-commits, 2023/10/23
- 01/09: gnu: gcc@10: Update to 10.5.0., guix-commits, 2023/10/23
- 05/09: gnu: Add emacs-nerd-icons.,
guix-commits <=
- 06/09: gnu: Add emacs-imenu-anywhere., guix-commits, 2023/10/23
- 04/09: gnu: kokkos: Restrict builds to 64-bit architectures., guix-commits, 2023/10/23
- 07/09: gnu: Fix python-tortoise-orm's sanity-check., guix-commits, 2023/10/23
- 08/09: gnu: python-pypika-tortoise: Update to 0.1.6., guix-commits, 2023/10/23
- 09/09: gnu: python-tortoise-orm: Update to 0.20.0., guix-commits, 2023/10/23