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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#75704: [PATCH] gnu: Add emacs-nano-theme.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 75704 <at> debbugs.gnu.org.
--
75704: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75704
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
> * gnu/packages/emacs-xyz.scm (emacs-nano-theme): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
[Message part 3 (message/rfc822, inline)]
* 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
This bug report was last modified 118 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.