mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: emacs-org-edit-latex: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-org-edit-latex)[arguments]<#:phases>: Fix "Setting current directory: No such file or directory, /homeless-shelter/".
This commit is contained in:
parent
c85a4dc932
commit
98bb2f339b
1 changed files with 5 additions and 0 deletions
|
@ -14957,6 +14957,11 @@ (define-public emacs-org-edit-latex
|
|||
(sha256
|
||||
(base32 "1w0lyz71dq8x28ira4hig1b70bqn1dr53w3k5dgch9szcf6xa86y"))))
|
||||
(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))
|
||||
(home-page "https://github.com/et2010/org-edit-latex")
|
||||
|
|
Loading…
Reference in a new issue