diff options
| author | coopi <coopi@noreply.codeberg.org> | 2025-10-21 15:20:05 +0400 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-04-15 23:10:24 +0200 |
| commit | b725619636af38d0fdd6280d95995040ca3f9a26 (patch) | |
| tree | 003ae0a85847d43ac2cba5c90a1c3240fd17ccc1 | |
| parent | a3f6d396cd8049e98c6a42920b301459034e5d2b (diff) | |
gnu: Add emacs-nerd-icons-corfu.
* gnu/packages/emacs-xyz.scm (emacs-nerd-icons-corfu): New variable.
Change-Id: I487dc25bad6d0536a670c13626c1e18f4364c147
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index bf21f9c3874..839b5fd6b23 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -35550,6 +35550,33 @@ package.") | |||
| 35550 | @code{nerd-icons} package. It supports @code{vertico} and @code{marginalia}.") | 35550 | @code{nerd-icons} package. It supports @code{vertico} and @code{marginalia}.") |
| 35551 | (license license:gpl3+)))) | 35551 | (license license:gpl3+)))) |
| 35552 | 35552 | ||
| 35553 | (define-public emacs-nerd-icons-corfu | ||
| 35554 | (package | ||
| 35555 | (name "emacs-nerd-icons-corfu") | ||
| 35556 | (version "1.0.0") | ||
| 35557 | (source | ||
| 35558 | (origin | ||
| 35559 | (method git-fetch) | ||
| 35560 | (uri (git-reference | ||
| 35561 | (url "https://github.com/LuigiPiucco/nerd-icons-corfu") | ||
| 35562 | (commit (string-append "v" version)))) | ||
| 35563 | (file-name (git-file-name name version)) | ||
| 35564 | (sha256 | ||
| 35565 | (base32 "036p45wqwrqhn5xv5sn3gsm2mb79gj6fk24zpkfa7wrv45qqgb21")))) | ||
| 35566 | (build-system emacs-build-system) | ||
| 35567 | (arguments | ||
| 35568 | (list | ||
| 35569 | #:tests? #f)) ;no tests | ||
| 35570 | (propagated-inputs | ||
| 35571 | (list emacs-corfu | ||
| 35572 | emacs-nerd-icons)) | ||
| 35573 | (home-page "https://github.com/LuigiPiucco/nerd-icons-corfu") | ||
| 35574 | (synopsis "Icons for Corfu via Nerd Icons") | ||
| 35575 | (description | ||
| 35576 | "This package adds icons to @code{corfu}, using the @code{nerd-icons} | ||
| 35577 | package.") | ||
| 35578 | (license license:gpl3+))) | ||
| 35579 | |||
| 35553 | (define-public emacs-all-the-icons | 35580 | (define-public emacs-all-the-icons |
| 35554 | ;; The latest release was on 3 June 2021. | 35581 | ;; The latest release was on 3 June 2021. |
| 35555 | (let ((commit "4778632b29c8c8d2b7cd9ce69535d0be01d846f9") | 35582 | (let ((commit "4778632b29c8c8d2b7cd9ce69535d0be01d846f9") |
