guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: emacs-doom-themes: Add note about byte-compilation issue.


From: guix-commits
Subject: 01/04: gnu: emacs-doom-themes: Add note about byte-compilation issue.
Date: Fri, 3 Jan 2020 18:57:15 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit bd45235e2cfec7acdd29297f0257a3faa3efea7d
Author: Brett Gilio <address@hidden>
Date:   Fri Jan 3 17:40:38 2020 -0600

    gnu: emacs-doom-themes: Add note about byte-compilation issue.
    
    * gnu/packages/emacs-xyz.scm (emacs-doom-themes): The byte-compilation issue
      has been worked around upstream, but arguably not as effective as the
      strategy we use in our package. Make a note about this issue, and mark the
      affecting commit number.
---
 gnu/packages/emacs-xyz.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 37a34fe..d9d83b4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19853,6 +19853,10 @@ contrast and few colors.")
            ;; files. In order to cope with this issue, we disable
            ;; byte-compilation until this issue is resolved.
            ;; <https://github.com/hlissner/emacs-doom-themes/issues/314>
+           ;;
+           ;; NOTE: Byte-comp has been disabled in/after commit 9cd6872.
+           ;; However our method of selective disabling is preferential to
+           ;; just widely disabling byte-compilation.
            (add-after 'move-themes 'disable-breaking-compilation
              (lambda _
                (for-each (lambda (file)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]