gnu: glibc-hurd-headers: Return #t from all phases.
* gnu/packages/base.scm (glibc/hurd-headers): Return #t from the custom install phase.
This commit is contained in:
		
							parent
							
								
									ecb67a18b0
								
							
						
					
					
						commit
						b4c4f3399c
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1091,7 +1091,8 @@ command.")
 | 
			
		|||
               (let ((out (assoc-ref outputs "out")))
 | 
			
		||||
                 (close-port
 | 
			
		||||
                  (open-output-file
 | 
			
		||||
                   (string-append out "/include/gnu/stubs.h"))))))
 | 
			
		||||
                   (string-append out "/include/gnu/stubs.h"))))
 | 
			
		||||
               #t))
 | 
			
		||||
           (delete 'build)              ; nothing to build
 | 
			
		||||
           (add-before 'configure 'patch-configure-script
 | 
			
		||||
             (lambda _
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue