GNU bug report logs -
#41724
[PATCH] Add dracula theme package
Previous Next
Reported by: Jonathan <rostranjj <at> gmail.com>
Date: Fri, 5 Jun 2020 17:34:01 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
#41724: [PATCH] Add dracula theme package
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 41724 <at> debbugs.gnu.org.
--
41724: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41724
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
Jonathan <rostranjj <at> gmail.com> writes:
> Yes, you can do that.
OK. Closing. Thank you.
Regards,
--
Nicolas Goaziou
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
---
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 a111cbb99b..3116de6969 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -74,6 +74,7 @@
;;; Copyright © 2020 Ryan Desfosses <rdes <at> protonmail.com>
;;; Copyright © 2020 Marcin Karpezo <sirmacik <at> wioo.waw.pl>
;;; Copyright © 2020 Fredrik Salomonsson <plattfot <at> gmail.com>
+;;; Copyright © 2020 Jonathan Rostran <rostranjj <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -5563,6 +5564,28 @@ Code blocks, tables, etc are formatted in monospace
text with the appropriate
backgrounds.")
(license license:expat))))
+(define-public emacs-dracula-theme
+ (package
+ (name "emacs-dracula-theme")
+ (version "20200527.1834")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://melpa.org/packages/dracula-theme-"
+ version
+ ".tar"))
+ (sha256
+ (base32
+ "0z7rycvjcn10hyh22l0d494y6srxysslyhgcmfgrr1xfcjzydwgn"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/dracula/emacs")
+ (synopsis "Dracula Theme")
+ (description
+ "A dark color theme available for a number of editors.
+")
+ (license license:expat))) ;; MIT license
+
(define-public emacs-ahungry-theme
(package
(name "emacs-ahungry-theme")
--
2.26.0
[Message part 5 (text/html, inline)]
This bug report was last modified 5 years and 64 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.