gnu: pyzo: Remove trailing #T.
* gnu/packages/python-xyz.scm (pyzo)[arguments]: Remove #T from `fix-home-directory' phase.
This commit is contained in:
		
							parent
							
								
									8182a3d1a9
								
							
						
					
					
						commit
						37aaee14a1
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -25564,8 +25564,7 @@ dictionaries.") | ||||||
|          (add-before 'check 'fix-home-directory |          (add-before 'check 'fix-home-directory | ||||||
|            (lambda _ |            (lambda _ | ||||||
|              ;; Tests fail with "Permission denied: '/homeless-shelter'". |              ;; Tests fail with "Permission denied: '/homeless-shelter'". | ||||||
|              (setenv "HOME" "/tmp") |              (setenv "HOME" "/tmp")))) | ||||||
|              #t))) |  | ||||||
|        ;; Tests fail with "Uncaught Python exception: python: undefined |        ;; Tests fail with "Uncaught Python exception: python: undefined | ||||||
|        ;; symbol: objc_getClass". |        ;; symbol: objc_getClass". | ||||||
|        #:tests? #f)) |        #:tests? #f)) | ||||||
|  |  | ||||||
		Reference in a new issue