gnu: commencement: Fix '%boot-mesboot1-inputs'.
* gnu/packages/commencement.scm (%boot-mesboot1-inputs): In the list of elements to delete from '%boot-mesboot0-inputs', remove a duplicate 'bash', add 'bootar', and remove an extra space at the end of 'grep'.
This commit is contained in:
		
							parent
							
								
									22a9f128ad
								
							
						
					
					
						commit
						e157ed72ec
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1813,8 +1813,8 @@ ac_cv_c_float_format='IEEE (little-endian)' | |||
|     ("sed" ,sed-mesboot) | ||||
|     ("tar" ,tar-mesboot) | ||||
|     ,@(fold alist-delete (%boot-mesboot0-inputs) | ||||
|             '("bash" "bash" "binutils" "coreutils" "gash" "gawk" "grep " "guile" | ||||
|               "make" "sed" "tar")))) | ||||
|             '("bash" "binutils" "bootar" "coreutils" "gash" | ||||
|               "gawk" "grep" "guile" "make" "sed" "tar")))) | ||||
| 
 | ||||
| (define gmp-boot | ||||
|   (package | ||||
|  |  | |||
		Reference in a new issue