guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#67983] [PATCH 5/5] gnu: Add emacs-nerd-icons-completion.


From: Jaeme Sifat
Subject: [bug#67983] [PATCH 5/5] gnu: Add emacs-nerd-icons-completion.
Date: Sat, 23 Dec 2023 00:02:16 -0500

* gnu/packages/emacs-xyz.scm (emacs-nerd-icons-completion): New variable.

Change-Id: I63cc9f31551b59f1e286fad03fbfa78973fffd2c
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 99e6b7430c..6bbc400463 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28442,6 +28442,30 @@ (define-public emacs-nerd-icons
 GUI and terminal, and requires a nerd font installed on your system.")
     (license license:gpl3+)))
 
+(define-public emacs-nerd-icons-completion
+  (let ((commit "c2db8557a3c1a9588d111f8c8e91cae96ee85010")
+        (revision "0"))
+    (package
+      (name "emacs-nerd-icons-completion")
+      (version (git-version "0.0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url 
"https://github.com/rainstormstudio/nerd-icons-completion/";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "10ll0dj6ym5prrkv6smj0ac2ail4b3rqcrh1lyr61y3cj422vn9z"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-nerd-icons))
+      (home-page "https://github.com/rainstormstudio/nerd-icons-completion/";)
+      (synopsis "Use nerd-icons for completion")
+      (description
+       "Use nerd-icons for completion.  Requires a nerd font to be installed
+on your system.")
+      (license license:gpl3+))))
+
 (define-public emacs-nerd-icons-corfu
   (let ((commit "7077bb76fefc15aed967476406a19dc5c2500b3c")
         (revision "0"))
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]