rekado pushed a commit to branch wip-texlive
in repository guix.

commit dfb00dac624816a2af2dfa637bed199cecef3295
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Oct 27 20:18:19 2020 +0100

    gnu: python-pypandoc: Do not set HOME.
    
    * gnu/packages/python-xyz.scm (python-pypandoc)[arguments]: Do not set HOME
    for the texlive-union.
---
 gnu/packages/python-xyz.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0d74420..0e77d48 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22467,8 +22467,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")

Reply via email to