GNU bug report logs - #74632
‘guix publish’ crashes with “Signals delivery fails constantly”

Previous Next

Package: guix;

Reported by: Ludovic Courtès <ludo <at> gnu.org>

Date: Sun, 1 Dec 2024 14:23:02 UTC

Severity: important

Full log


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

From: Divya Ranjan <divya <at> subvertising.org>
To: 74632 <at> debbugs.gnu.org
Cc: Divya Ranjan <divya <at> subvertising.org>
Subject: [PATCH 2/2] gnu: Add font-aporetic.
Date: Wed, 12 Feb 2025 17:27:01 +0000
* gnu/packages/fonts.scm (font-aporetic): New variable.
---
 gnu/packages/fonts.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 16ab0af70e..50a51d8289 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -107,6 +107,26 @@ (define-module (gnu packages fonts)
   #:use-module (gnu packages sdl)
   #:use-module (gnu packages xorg))
 
+(define-public font-aporetic
+  (package
+    (name "font-aporetic")
+    (version "1.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/protesilaos/aporetic")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0cihagy7vhw5pqznbihwv3pgb516i94iqfnvfm73njrx1a4dalz6"))))
+    (build-system font-build-system)
+    (home-page "https://github.com/protesilaos/aporetic")
+    (synopsis "Successor to Iosevka Comfy")
+    (description
+     "Aporetic fonts are a custom build of Iosevka with different style and metrics than the default. This is the successor to my Iosevka Comfy fonts.")
+    (license license:silofl1.1)))
+
 (define-public font-artifika
   (package
     (name "font-artifika")
-- 
2.47.1





This bug report was last modified 123 days ago.

Previous Next


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