mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
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.
This commit is contained in:
parent
2e26dd69c8
commit
bd45235e2c
1 changed files with 4 additions and 0 deletions
|
@ -19853,6 +19853,10 @@ (define-public emacs-doom-themes
|
|||
;; 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)
|
||||
|
|
Loading…
Reference in a new issue