all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ahmad Draidi via Guix-patches via <guix-patches@gnu.org>
To: Liliana Marie Prikler <liliana.prikler@gmail.com>
Cc: 64771@debbugs.gnu.org, Andrew Tropin <andrew@trop.in>
Subject: [bug#64771] [PATCH 03/12] gnu: Add emacs-nerd-icons.
Date: Sat, 22 Jul 2023 14:41:35 +0400	[thread overview]
Message-ID: <87o7k4gqwh.fsf@redscript.org> (raw)
In-Reply-To: <b8fe53046e6dc7f0f4923cf9e6a8e8208b82cf0f.camel@gmail.com>

Hello,

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

> Am Freitag, dem 21.07.2023 um 18:44 +0400 schrieb Ahmad Draidi:
>> * gnu/packages/emacs-xyz.scm (emacs-nerd-icons): New variable.
>> ---
>>  gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
>>  1 file changed, 28 insertions(+)
>>
>> diff --git a/gnu/packages/emacs-xyz.scm 
>> b/gnu/packages/emacs-xyz.scm
>> index 8d3c069609..5d481f50d7 100644
>> --- a/gnu/packages/emacs-xyz.scm
>> +++ b/gnu/packages/emacs-xyz.scm
>> @@ -9984,6 +9984,34 @@ (define-public emacs-purescript-mode
>>        (description "This package provides an Emacs major mode 
>> for
>> writing Purescript.")
>>        (license license:gpl3+))))
>>  
>> +;; Package has no releases or tags.  Version is extracted from
>> "Version:"
>> +;; keyword in main file.
>> +(define-public emacs-nerd-icons
>> +  (let ((commit "a83d47f6dc4db0ae2f38c0c534de58f02285cea6")
>> +        (revision "0"))
>> +    (package
>> +      (name "emacs-nerd-icons")
>> +      (version (git-version "0.0.1" revision commit))
>> +      (source (origin
>> +                (method git-fetch)
>> +                (uri (git-reference
>> +                      (url
>> "https://github.com/rainstormstudio/nerd-icons.el")
>> +                      (commit commit)))
>> +                (file-name (git-file-name name version))
>> +                (sha256
>> +                 (base32
>> +                 
>> "0l9657dg1c2bj25a7qnmshzmsmfl1m4mhx1x0b3v9k6r4gqp68qa"))))
>> +      (build-system emacs-build-system)
>> +      (arguments
>> +       (list #:include #~(cons "^data\\/[^/]*\\.el$" %default-
>> include)))
>> +      (home-page 
>> "https://github.com/rainstormstudio/nerd-icons.el")
>> +      (synopsis "Emacs Nerd Font icons library")
>> +      (description
>> +       "This package provides a library for easily using 
>> @code{Nerd
>> Font}
>> +icons inside Emacs, an alternative to @code{all-the-icons}.  
>> It
>> works on both
>> +GUI and terminal.  You only need a @code{Nerd Font} installed 
>> on
>> your system.")
>> +      (license license:gpl3+))))
>> +
> Since nerd font is a big nope on licensing terms, I don't think 
> having
> any related Emacs packages does us any good.
These packages are mainly concerned with the "Symbols Nerd Font 
Mono" font. I'll try to dig into that later. Feel free to drop the 
'*nerd-icons*' patches. I'll send them separately if I get the 
licenses thing sorted out.

>
> Cheers

Thanks

  reply	other threads:[~2023-07-22 10:53 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-21 14:41 [bug#64771] [PATCH 00/12] Add and update a bunch of Emacs packages Ahmad Draidi via Guix-patches via
2023-07-21 14:44 ` [bug#64771] [PATCH 01/12] gnu: emacs-idle-highlight: Update to 1.1.4-0.f9091c9 Ahmad Draidi via Guix-patches via
2023-07-21 14:44 ` [bug#64771] [PATCH 02/12] gnu: emacs-idle-highlight: Restyle format Ahmad Draidi via Guix-patches via
2023-07-21 14:44 ` [bug#64771] [PATCH 03/12] gnu: Add emacs-nerd-icons Ahmad Draidi via Guix-patches via
2023-07-21 17:09   ` Liliana Marie Prikler
2023-07-22 10:41     ` Ahmad Draidi via Guix-patches via [this message]
2023-07-21 14:44 ` [bug#64771] [PATCH 04/12] gnu: Add emacs-nerd-icons-completion Ahmad Draidi via Guix-patches via
2023-07-21 14:44 ` [bug#64771] [PATCH 05/12] gnu: Add emacs-nerd-icons-dired Ahmad Draidi via Guix-patches via
2023-07-21 14:44 ` [bug#64771] [PATCH 06/12] gnu: Add emacs-nerd-icons-ibuffer Ahmad Draidi via Guix-patches via
2023-07-21 14:44 ` [bug#64771] [PATCH 07/12] gnu: Add emacs-nerd-icons-ivy-rich Ahmad Draidi via Guix-patches via
2023-07-21 14:44 ` [bug#64771] [PATCH 08/12] gnu: Add emacs-treemacs-nerd-icons Ahmad Draidi via Guix-patches via
2023-07-21 14:44 ` [bug#64771] [PATCH 09/12] gnu: Add emacs-rebecca-theme Ahmad Draidi via Guix-patches via
2023-07-30  6:45   ` bug#64771: " Liliana Marie Prikler
2023-07-30  7:09     ` [bug#64771] " Ahmad Draidi via Guix-patches via
2023-07-30  8:59       ` Liliana Marie Prikler
2023-07-30 13:25         ` Ahmad Draidi via Guix-patches via
2023-07-21 14:44 ` [bug#64771] [PATCH 10/12] gnu: emacs-base16-theme: Update to 3.1 Ahmad Draidi via Guix-patches via
2023-07-21 14:44 ` [bug#64771] [PATCH 11/12] gnu: Add emacs-chocolate-theme Ahmad Draidi via Guix-patches via
2023-07-21 14:44 ` [bug#64771] [PATCH 12/12] gnu: Add emacs-dired-preview Ahmad Draidi via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o7k4gqwh.fsf@redscript.org \
    --to=guix-patches@gnu.org \
    --cc=64771@debbugs.gnu.org \
    --cc=a.r.draidi@redscript.org \
    --cc=andrew@trop.in \
    --cc=liliana.prikler@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.