guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: python-pypandoc: Do not set HOME.


From: guix-commits
Subject: 04/05: gnu: python-pypandoc: Do not set HOME.
Date: Tue, 27 Oct 2020 18:24:13 -0400 (EDT)

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

commit dfb00dac624816a2af2dfa637bed199cecef3295
Author: Ricardo Wurmus <rekado@elephly.net>
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

[Prev in Thread] Current Thread [Next in Thread]