GNU bug report logs - #75704
[PATCH] gnu: Add emacs-nano-theme.

Previous Next

Package: guix-patches;

Reported by: Adam Quandour <adam.quandour <at> gmail.com>

Date: Mon, 20 Jan 2025 17:37:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75704 in the body.
You can then email your comments to 75704 AT debbugs.gnu.org in the normal way.

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#75704; Package guix-patches. (Mon, 20 Jan 2025 17:37:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Adam Quandour <adam.quandour <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 20 Jan 2025 17:37:02 GMT) Full text and rfc822 format available.

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

From: Adam Quandour <adam.quandour <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Adam Quandour <adam.quandour <at> gmail.com>
Subject: [PATCH] gnu: Add emacs-nano-theme.
Date: Mon, 20 Jan 2025 20:35:28 +0300
* gnu/packages/emacs-xyz.scm (emacs-nano-theme): New variable.
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 36cad3a..80af73b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9379,6 +9379,29 @@ (define-public emacs-nameless
 package namespace prefix is ​​hidden by a colon.")
     (license license:gpl2+)))
 
+(define-public emacs-nano-theme
+  ;; no named branches
+  (let ((commit "ffe414c8af9c673caf8b8b05ba89a229cb9ad48b")
+        (revision "0"))
+    (package
+      (name "emacs-nano-theme")
+      (version (git-version "0.3.4" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/rougier/nano-theme")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "0wi5snsakpag7lcdndz10x5fxb0yrnignqdx3v4fm5drbk0d7hkr"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/rougier/nano-theme")
+      (synopsis "GNU Emacs / N Λ N O Theme")
+      (description "A consistent theme for GNU Emacs which is based on
+Material colors and the dark theme is based on Nord colors.")
+      (license license:gpl3))))
+
 (define-public emacs-evil-leader
   (package
     (name "emacs-evil-leader")
-- 
2.47.1





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sat, 25 Jan 2025 17:54:02 GMT) Full text and rfc822 format available.

Notification sent to Adam Quandour <adam.quandour <at> gmail.com>:
bug acknowledged by developer. (Sat, 25 Jan 2025 17:54:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 75704-done <at> debbugs.gnu.org
Cc: Adam Quandour <adam.quandour <at> gmail.com>
Subject: Re: [PATCH] gnu: Add emacs-nano-theme.
Date: Sat, 25 Jan 2025 18:53:32 +0100
Hello,

> * gnu/packages/emacs-xyz.scm (emacs-nano-theme): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou






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

This bug report was last modified 18 days ago.

Previous Next


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