GNU bug report logs - #64771
[PATCH 00/12] Add and update a bunch of Emacs packages

Previous Next

Package: guix-patches;

Reported by: Ahmad Draidi <a.r.draidi <at> redscript.org>

Date: Fri, 21 Jul 2023 14:43:01 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #35 received at 64771 <at> debbugs.gnu.org (full text, mbox):

From: Ahmad Draidi <a.r.draidi <at> redscript.org>
To: 64771 <at> debbugs.gnu.org
Cc: Ahmad Draidi <a.r.draidi <at> redscript.org>
Subject: [PATCH 08/12] gnu: Add emacs-treemacs-nerd-icons.
Date: Fri, 21 Jul 2023 18:44:38 +0400
* gnu/packages/emacs-xyz.scm (emacs-treemacs-nerd-icons): New variable.
---
 gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e31f9157ed..9cbfae7c86 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29599,6 +29599,33 @@ (define-public emacs-treemacs-extra
                emacs-perspective
                mu)))))
 
+;; Package has no releases or tags.  Version is extracted from "Version:"
+;; keyword in main file.
+(define-public emacs-treemacs-nerd-icons
+  (let ((commit "8ddd94661ab9f3c9094dd4b5632bcdd57bdf871d")
+        (revision "0"))
+    (package
+      (name "emacs-treemacs-nerd-icons")
+      (version (git-version "0.0.1" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url
+                       "https://github.com/rainstormstudio/treemacs-nerd-icons")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "0dlp1wqjapcn7d6s2c6c43fap2sw5kb1qbvm28jq22k1h8k77632"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-nerd-icons emacs-treemacs))
+      (home-page "https://github.com/rainstormstudio/treemacs-nerd-icons")
+      (synopsis "Treemacs nerd-icons icon theme")
+      (description
+       "This package provides an icon theme for @code{treemacs} using
+@code{nerd-icons}.")
+      (license license:gpl3+))))
+
 (define-public emacs-libyaml
   ;; Upstream made no release so far.
   (let ((version "0.1")
-- 
2.41.0





This bug report was last modified 1 year and 352 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.