diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-10-27 20:18:19 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-12-23 10:10:59 +0100 |
commit | a434d9fa7100b894a278c819de44c37bb9d7b372 (patch) | |
tree | 0a8d948a31b8acc946db014f134edf5caeb37aa9 | |
parent | 8a08252d0c4c399968994572a9a37c3c36efb7ff (diff) | |
download | guix-a434d9fa7100b894a278c819de44c37bb9d7b372.tar.gz guix-a434d9fa7100b894a278c819de44c37bb9d7b372.zip |
gnu: python-pypandoc: Do not set HOME.
* gnu/packages/python-xyz.scm (python-pypandoc)[arguments]: Do not set HOME
for the texlive-union.
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 59f3188974..7a57a45ddb 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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") |