system: image: Remove fakeroot dependencies.
Since c29bb909d2, fakeroot "sed" and "coreutils"
dependencies are now explicit.
* gnu/system/image.scm (system-disk-image): Remove "sed" and "coreutils" from
inputs.
			
			
This commit is contained in:
		
							parent
							
								
									c29bb909d2
								
							
						
					
					
						commit
						fd45ecb571
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -259,8 +259,7 @@ used in the image."
 | 
			
		|||
             (image-builder
 | 
			
		||||
              (with-imported-modules*
 | 
			
		||||
               (let ((initializer #$(partition-initializer partition))
 | 
			
		||||
                     (inputs '#+(list e2fsprogs fakeroot dosfstools mtools
 | 
			
		||||
                                      sed coreutils))
 | 
			
		||||
                     (inputs '#+(list e2fsprogs fakeroot dosfstools mtools))
 | 
			
		||||
                     (image-root "tmp-root"))
 | 
			
		||||
                 (sql-schema #$schema)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue