GNU bug report logs - #72406
[PATCH emacs-team WIP 0/4] Simplify creation of emacs package variants

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Wed, 31 Jul 2024 21:02:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 72406 <at> debbugs.gnu.org
Cc: gemmaro.dev <at> gmail.com, andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com
Subject: [bug#72406] [PATCH emacs-team WIP v4 10/24] gnu: emacs-fontaine: Reindent.
Date: Sun, 11 Aug 2024 14:58:46 +0200
* gnu/packages/emacs-xyz.scm (emacs-fontaine): Reindent.
---
 gnu/packages/emacs-xyz.scm | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 68520a2622..9e4a050378 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5341,26 +5341,26 @@ (define-public emacs-font-lock-studio
 the Font Lock keywords.")
       (license license:gpl3+))))
 
- (define-public emacs-fontaine
-   (package
-     (name "emacs-fontaine")
-     (version "2.0.0")
-     (source (origin
-               (method git-fetch)
-               (uri (git-reference
-                     (url "https://github.com/protesilaos/fontaine")
-                     (commit version)))
-               (file-name (git-file-name name version))
-               (sha256
-                (base32
-                 "1fm6lw1jyy5vv314y2qhzcav9fmpgf333xrlwfdyi86z6z6f2fyy"))))
-     (build-system emacs-build-system)
-     (home-page "https://github.com/protesilaos/fontaine")
-     (synopsis "Set Emacs font configurations using presets")
-     (description
-      "Fontaine lets the user specify presets of font configurations
+(define-public emacs-fontaine
+  (package
+    (name "emacs-fontaine")
+    (version "2.0.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/protesilaos/fontaine")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1fm6lw1jyy5vv314y2qhzcav9fmpgf333xrlwfdyi86z6z6f2fyy"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/protesilaos/fontaine")
+    (synopsis "Set Emacs font configurations using presets")
+    (description
+     "Fontaine lets the user specify presets of font configurations
 and set them on demand on graphical Emacs frames.")
-     (license license:gpl3+)))
+    (license license:gpl3+)))
 
 (define-public emacs-form-feed
   (package
-- 
2.45.2





This bug report was last modified 284 days ago.

Previous Next


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