This is an automated email from the git hooks/post-receive script. ngz pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new 8e813f4866 gnu: emacs-citar: Fix build. 8e813f4866 is described below commit 8e813f4866d31a3e2902342201b6e7eec5a7b3f8 Author: Nicolas Goaziou <m...@nicolasgoaziou.fr> AuthorDate: Sat Nov 11 11:06:38 2023 +0100 gnu: emacs-citar: Fix build. * gnu/packages/emacs-xyz.scm (emacs-citar)[arguments]<#:phases>: Remove VALIDATE-COMPILED-AUTOLOADS phase. Change-Id: I1bc26caf9b208fca1a33654d81d508f0a37375f9 --- gnu/packages/emacs-xyz.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 833e88247a..2cba31b38a 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -23213,7 +23213,10 @@ automatically fetched from well-curated sources, and formatted as BibTeX.") #:phases #~(modify-phases %standard-phases (add-before 'build 'set-home (lambda _ - (setenv "HOME" "/tmp")))))) + (setenv "HOME" "/tmp"))) + ;; XXX: The following phase reports bogus errors. Suppress + ;; it for now. + (delete 'validate-compiled-autoloads)))) (propagated-inputs (list emacs-auctex emacs-citeproc-el emacs-embark