mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-pypandoc: Do not set HOME.
* gnu/packages/python-xyz.scm (python-pypandoc)[arguments]: Do not set HOME for the texlive-union.
This commit is contained in:
parent
8a08252d0c
commit
a434d9fa71
1 changed files with 0 additions and 2 deletions
|
@ -22843,8 +22843,6 @@ (define-public python-pypandoc
|
|||
(substitute* "tests.py"
|
||||
(("test_basic_conversion_from_http_url")
|
||||
"skip_test_basic_conversion_from_http_url"))
|
||||
;; Needed by texlive-union to generate fonts
|
||||
(setenv "HOME" "/tmp")
|
||||
#t)))))
|
||||
(home-page "https://github.com/bebraw/pypandoc")
|
||||
(synopsis "Python wrapper for pandoc")
|
||||
|
|
Loading…
Reference in a new issue