gnu: emacs-citar: Fix build.

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

Change-Id: I1bc26caf9b208fca1a33654d81d508f0a37375f9
This commit is contained in:
Nicolas Goaziou 2023-11-11 11:06:38 +01:00
parent 28ca80717d
commit 8e813f4866
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23213,7 +23213,10 @@ (define-public emacs-citar
#: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