gnu: julia-prettytables: Delete trailing #t.
* gnu/packages/julia-xyz.scm (julia-prettytables): Delete trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									c61df1792c
								
							
						
					
					
						commit
						189248f44a
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -4131,8 +4131,7 @@ everything from run time algorithm choice to code generation at compile time.")
 | 
			
		|||
          (add-after 'link-depot 'skip-color-tests
 | 
			
		||||
            (lambda _
 | 
			
		||||
              (substitute* "test/text_backend.jl"
 | 
			
		||||
                ((".*colors\\.jl.*") ""))
 | 
			
		||||
              #t)))))
 | 
			
		||||
                ((".*colors\\.jl.*") "")))))))
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     (list julia-crayons
 | 
			
		||||
           julia-formatting
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue