me
/
guix
Archived
1
0
Fork 0

gnu: emacs-citar: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-citar)[arguments]<#:phases>: Fix "No such
file or directory, /homeless-shelter/" error.
master
Nicolas Goaziou 2021-12-29 16:06:25 +01:00
parent 128b2f1503
commit 2be2749150
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 5 additions and 0 deletions

View File

@ -17671,6 +17671,11 @@ automatically fetched from well-curated sources, and formatted as BibTeX.")
(sha256
(base32 "15jhpl2j4rm97cvvqzlfzxarvxvcsg64raz068psrsd2y7y2zh4c"))))
(build-system emacs-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(add-before 'build 'set-home
(lambda _ (setenv "HOME" "/tmp"))))))
(propagated-inputs
(list emacs-auctex emacs-org emacs-parsebib emacs-s))
(home-page "https://github.com/bdarcus/citar")