unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41724] [PATCH] Add dracula theme package
@ 2020-06-05 17:28 Jonathan
  2020-06-05 19:23 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan @ 2020-06-05 17:28 UTC (permalink / raw)
  To: 41724

[-- Attachment #1: Type: text/plain, Size: 1541 bytes --]

---
 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@protonmail.com>
 ;;; Copyright © 2020 Marcin Karpezo <sirmacik@wioo.waw.pl>
 ;;; Copyright © 2020 Fredrik Salomonsson <plattfot@gmail.com>
+;;; Copyright © 2020 Jonathan Rostran <rostranjj@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

[-- Attachment #2: Type: text/html, Size: 2131 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#41724] [PATCH] Add dracula theme package
  2020-06-05 17:28 [bug#41724] [PATCH] Add dracula theme package Jonathan
@ 2020-06-05 19:23 ` Nicolas Goaziou
  2020-06-05 20:58   ` Jonathan
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2020-06-05 19:23 UTC (permalink / raw)
  To: Jonathan; +Cc: 41724

Hello,

Jonathan <rostranjj@gmail.com> writes:

> +(define-public emacs-dracula-theme

Thank you. 

However, Emacs Dracula theme is already packaged in Guix.

Is it OK to close this?

Regards,

-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#41724] [PATCH] Add dracula theme package
  2020-06-05 19:23 ` Nicolas Goaziou
@ 2020-06-05 20:58   ` Jonathan
  2020-06-06  7:20     ` bug#41724: " Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan @ 2020-06-05 20:58 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 41724

[-- Attachment #1: Type: text/plain, Size: 340 bytes --]

Yes, you can do that.

On Fri, Jun 5, 2020, 1:23 PM Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:

> Hello,
>
> Jonathan <rostranjj@gmail.com> writes:
>
> > +(define-public emacs-dracula-theme
>
> Thank you.
>
> However, Emacs Dracula theme is already packaged in Guix.
>
> Is it OK to close this?
>
> Regards,
>
> --
> Nicolas Goaziou
>

[-- Attachment #2: Type: text/html, Size: 800 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#41724: [PATCH] Add dracula theme package
  2020-06-05 20:58   ` Jonathan
@ 2020-06-06  7:20     ` Nicolas Goaziou
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2020-06-06  7:20 UTC (permalink / raw)
  To: Jonathan; +Cc: 41724-done

Hello,

Jonathan <rostranjj@gmail.com> writes:

> Yes, you can do that.

OK. Closing. Thank you.

Regards,

-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-06  7:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-05 17:28 [bug#41724] [PATCH] Add dracula theme package Jonathan
2020-06-05 19:23 ` Nicolas Goaziou
2020-06-05 20:58   ` Jonathan
2020-06-06  7:20     ` bug#41724: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).