gettext-boot0: Return #t from chdir phase.
* gnu/packages/commencement.scm (gettext-boot0)[arguments]: Return #t from chdir phase.
This commit is contained in:
		
							parent
							
								
									eb8ea38141
								
							
						
					
					
						commit
						60ff6ec48f
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -637,7 +637,8 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a \"$@\"~%" | |||
|                   ;; Build only the tools. | ||||
|                   (add-after 'unpack 'chdir | ||||
|                              (lambda _ | ||||
|                                (chdir "gettext-tools"))) | ||||
|                                (chdir "gettext-tools") | ||||
|                                #t)) | ||||
| 
 | ||||
|                   ;; Some test programs require pthreads, which we don't have. | ||||
|                   (add-before 'configure 'no-test-programs | ||||
|  |  | |||
		Reference in a new issue