gnu: man-db: Return #t from all phases.
* gnu/packages/man.scm (man-db)[arguments]: Return #t from the 'patch-test-shebangs' phase.
This commit is contained in:
		
							parent
							
								
									6e3fc9bac6
								
							
						
					
					
						commit
						ff57d5b18e
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -79,7 +79,8 @@ a flexible and convenient way.")
 | 
			
		|||
                             (("#! /bin/sh")
 | 
			
		||||
                              (string-append "#!" (which "sh")))))
 | 
			
		||||
                         (remove file-is-directory?
 | 
			
		||||
                                 (find-files "src/tests" ".*"))))))
 | 
			
		||||
                                 (find-files "src/tests" ".*")))
 | 
			
		||||
               #t)))
 | 
			
		||||
         (add-after 'unpack 'patch-iconv-path
 | 
			
		||||
           (lambda* (#:key inputs #:allow-other-keys)
 | 
			
		||||
             (substitute* "src/man.c"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue