mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
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:
parent
28ca80717d
commit
8e813f4866
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue