guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: emacs-cl-generic: Disable byte compilation of its autoload f


From: guix-commits
Subject: 04/07: gnu: emacs-cl-generic: Disable byte compilation of its autoload file.
Date: Thu, 27 Feb 2020 17:01:45 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 67dc3cdf9b25f43052fbd3407685778262396f25
Author: Maxim Cournoyer <address@hidden>
AuthorDate: Sat Dec 7 02:47:25 2019 +0900

    gnu: emacs-cl-generic: Disable byte compilation of its autoload file.
    
    *gnu/packages/emacs-xyz.scm (emacs-cl-generic)[phases]
    {enable-autoloads-compilation}: Delete.
---
 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 db02fb0..b99d371 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12064,6 +12064,10 @@ match and total match information in the mode-line in 
various search modes.")
         (base32
          "0vb338bhjpsnrf60qgxny4z5rjrnifahnrv9axd4shay89d894zq"))))
     (build-system emacs-build-system)
+    ;; Byte compilation of the autoload file fails.
+    (arguments
+     `(#:phases (modify-phases %standard-phases
+                  (delete 'enable-autoloads-compilation))))
     (home-page "https://elpa.gnu.org/packages/seq.html";)
     (synopsis
      "Forward @code{cl-generic} compatibility for Emacs before version 25")



reply via email to

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