From 37aaee14a13e673d659decc418d9b3a164e6fc63 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 26 Nov 2021 08:47:19 +0100 Subject: 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(-) (limited to 'gnu/packages') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1506072625..2e0135fab1 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)) -- cgit v1.2.3