GNU bug report logs - #44478
[PATCH] gnu: fonts.scm: Add nerd-fonts

Previous Next

Package: guix-patches;

Reported by: Barnabas Beres <beresbarnus03 <at> gmail.com>

Date: Fri, 6 Nov 2020 08:38:03 UTC

Severity: normal

Tags: patch

Merged with 44476, 44477, 44575

To reply to this bug, email your comments to 44478 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#44478; Package guix-patches. (Fri, 06 Nov 2020 08:38:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Barnabas Beres <beresbarnus03 <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 06 Nov 2020 08:38:03 GMT) Full text and rfc822 format available.

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

From: Barnabas Beres <beresbarnus03 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Barnabas Beres <beresbarnus03 <at> gmail.com>
Subject: [PATCH] gnu: fonts.scm: Add nerd-fonts
Date: Fri,  6 Nov 2020 09:09:38 +0100
* gnu/packages/fonts.scm (nerd-fonts): New variable
---
 gnu/packages/fonts.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 360a3ece76..3969d5eb97 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -38,6 +38,7 @@
 ;;; Copyright © 2020 Simen Endsjø <simendsjo <at> gmail.com>
 ;;; Copyright © 2020 Tim Van den Langenbergh <tmt_vdl <at> gmx.com>
 ;;; Copyright © 2020 Nicolò Balzarotti <nicolo <at> nixo.xyz>
+;;; Copyright © 2020 Barnabas Beres <beresbarnus03 <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1979,3 +1980,36 @@ operators and special symbols.")
 is a stylish type with a polished yet relaxed feel.  Its versatility makes it
 suitable for a wide range of uses.")
       (license license:silofl1.1))))
+
+(define-public font-nerd-fonts
+  (package
+    (name "font-nerd-fonts")
+    (version "2.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/ryanoasis/nerd-fonts")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "1la79y16k9rwcl2zsxk73c0kgdms2ma43kpjfqnq5jlbfdj0niwg"))))
+    (build-system font-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-before 'install 'make-files-writable
+           (lambda _
+             (for-each
+              make-file-writable
+              (find-files "." ".*\\.(otf|otc|ttf|ttc)$"))
+             #t)))))
+    (home-page "https://www.nerdfonts.com/")
+    (synopsis "Iconic font aggregator, collection, and patcher")
+    (description
+     "Nerd Fonts patches developer targeted fonts with a high number
+of glyphs (icons).  Specifically to add a high number of extra glyphs
+from popular ‘iconic fonts’ such as Font Awesome, Devicons, Octicons,
+and others.")
+    (license license:expat)))
-- 
2.26.0





Merged 44476 44477 44478. Request was from Tobias Geerinckx-Rice <me <at> tobias.gr> to control <at> debbugs.gnu.org. (Fri, 06 Nov 2020 11:32:01 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#44478; Package guix-patches. (Fri, 06 Nov 2020 15:24:03 GMT) Full text and rfc822 format available.

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

From: Barnabás Béres <beresbarnus03 <at> gmail.com>
To: 44478 <at> debbugs.gnu.org
Subject: [PATCH] gnu: fonts.scm: Add nerd-fonts
Date: Fri, 6 Nov 2020 13:30:56 +0100
[Message part 1 (text/plain, inline)]
Thanks! I will close this issue
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#44478; Package guix-patches. (Fri, 06 Nov 2020 15:24:04 GMT) Full text and rfc822 format available.

Message #13 received at 44478-done <at> debbugs.gnu.org (full text, mbox):

From: Barnabás Béres <beresbarnus03 <at> gmail.com>
To: 44478-done <at> debbugs.gnu.org
Date: Fri, 6 Nov 2020 10:27:47 +0100
[Message part 1 (text/plain, inline)]
close 44478
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#44478; Package guix-patches. (Fri, 06 Nov 2020 15:31:02 GMT) Full text and rfc822 format available.

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

From: Barnabás Béres <beresbarnus03 <at> gmail.com>
To: 44478 <at> debbugs.gnu.org
Subject: [PATCH] gnu: fonts.scm: Add nerd-fonts
Date: Fri, 6 Nov 2020 16:30:23 +0100
[Message part 1 (text/plain, inline)]
reopen 44478
[Message part 2 (text/html, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 05 Dec 2020 12:24:06 GMT) Full text and rfc822 format available.

bug unarchived. Request was from John Kehayias <john.kehayias <at> protonmail.com> to control <at> debbugs.gnu.org. (Wed, 18 Aug 2021 20:25:02 GMT) Full text and rfc822 format available.

Did not alter fixed versions and reopened. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 18 Aug 2021 20:25:02 GMT) Full text and rfc822 format available.

Merged 44476 44477 44478 44575. Request was from John Kehayias <john.kehayias <at> protonmail.com> to control <at> debbugs.gnu.org. (Wed, 18 Aug 2021 20:30:01 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 298 days ago.

Previous Next


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