guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: pyzo: Remove trailing #T.


From: guix-commits
Subject: branch master updated: gnu: pyzo: Remove trailing #T.
Date: Fri, 26 Nov 2021 02:49:15 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 37aaee1  gnu: pyzo: Remove trailing #T.
37aaee1 is described below

commit 37aaee14a13e673d659decc418d9b3a164e6fc63
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Nov 26 08:47:19 2021 +0100

    gnu: pyzo: Remove trailing #T.
    
    * gnu/packages/python-xyz.scm (pyzo)[arguments]: Remove #T from
    `fix-home-directory' phase.
---
 gnu/packages/python-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1506072..2e0135f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25564,8 +25564,7 @@ dictionaries.")
          (add-before 'check 'fix-home-directory
            (lambda _
              ;; Tests fail with "Permission denied: '/homeless-shelter'".
-             (setenv "HOME" "/tmp")
-             #t)))
+             (setenv "HOME" "/tmp"))))
        ;; Tests fail with "Uncaught Python exception: python: undefined
        ;; symbol: objc_getClass".
        #:tests? #f))



reply via email to

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