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:
Ricardo Wurmus 2020-10-27 20:18:19 +01:00
parent 8a08252d0c
commit a434d9fa71
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")