GNU bug report logs -
#75704
[PATCH] gnu: Add emacs-nano-theme.
Previous Next
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.
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):
* 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):
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.