gnu: emacs-citar: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-citar)[arguments]<#:phases>: Fix "No such file or directory, /homeless-shelter/" error.
This commit is contained in:
parent
128b2f1503
commit
2be2749150
1 changed files with 5 additions and 0 deletions
|
@ -17671,6 +17671,11 @@ (define-public emacs-citar
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue