gnu: python-pypandoc: Do not set HOME.
* gnu/packages/python-xyz.scm (python-pypandoc)[arguments]: Do not set HOME for the texlive-union.master
parent
8a08252d0c
commit
a434d9fa71
|
@ -22843,8 +22843,6 @@ By default it uses the open Python vulnerability database Safety DB.")
|
|||
(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")
|
||||
|
|
Reference in New Issue