~ruther/guix-local

8e813f4866d31a3e2902342201b6e7eec5a7b3f8 — Nicolas Goaziou 2 years ago 28ca807
gnu: emacs-citar: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-citar)[arguments]<#:phases>: Remove
VALIDATE-COMPILED-AUTOLOADS phase.

Change-Id: I1bc26caf9b208fca1a33654d81d508f0a37375f9
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +4 -1
@@ 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