guix-commits
[Top][All Lists]
Advanced

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

27/37: gnu: python-pypandoc: Do not set HOME.


From: guix-commits
Subject: 27/37: gnu: python-pypandoc: Do not set HOME.
Date: Wed, 23 Dec 2020 06:31:45 -0500 (EST)

rekado pushed a commit to branch core-updates
in repository guix.

commit a434d9fa7100b894a278c819de44c37bb9d7b372
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 59f3188..7a57a45 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")



reply via email to

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