GNU bug report logs - #55460
[PATCH] gnu: emacs-doom-themes: Include extension files.

Previous Next

Package: guix-patches;

Reported by: Dominic Martinez <dom <at> dominicm.dev>

Date: Mon, 16 May 2022 18:32:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Dominic Martinez <dom <at> dominicm.dev>
Subject: bug#55460: closed (Re: bug#55460: [PATCH] gnu: emacs-doom-themes:
 Include extension files.)
Date: Wed, 01 Jun 2022 20:48:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#55460: [PATCH] gnu: emacs-doom-themes: Include extension files.

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 55460 <at> debbugs.gnu.org.

-- 
55460: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55460
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Dominic Martinez <dom <at> dominicm.dev>
Cc: 55460-done <at> debbugs.gnu.org
Subject: Re: bug#55460: [PATCH] gnu: emacs-doom-themes: Include extension
 files.
Date: Wed, 01 Jun 2022 22:47:14 +0200
Hi,

Dominic Martinez <dom <at> dominicm.dev> skribis:

> Newer versions of `emacs-doom-themes' separated extension support into a
> separate directory, so this change includes those files.
> ---
> Sorry, small amendment to the previous patch as I forgot to include my copyright.
>
>  gnu/packages/emacs-xyz.scm | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)

Applied, thanks, and sorry for the delay.

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Dominic Martinez <dom <at> dominicm.dev>
To: guix-patches <at> gnu.org
Cc: Dominic Martinez <dom <at> dominicm.dev>
Subject: [PATCH] gnu: emacs-doom-themes: Include extension files.
Date: Mon, 16 May 2022 14:30:45 -0400
Newer versions of `emacs-doom-themes' separated extension support into a
separate directory, so this change includes those files.
---
 gnu/packages/emacs-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8d66278b8f..fa3af93b61 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27554,7 +27554,9 @@ (define-public emacs-doom-themes
                ;; EMACSLOADPATH.
                (for-each (lambda (f)
                            (rename-file f (basename f)))
-                         (find-files "./themes" ".*\\.el$"))
+                         (append
+                          (find-files "./themes" ".*\\.el$")
+                          (find-files "./extensions" ".*\\.el$")))
                #t)))))
       (synopsis "Wide collection of color themes for Emacs")
       (description "Emacs-doom-themes contains numerous popular color themes for
-- 
2.36.0




This bug report was last modified 2 years and 351 days ago.

Previous Next


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