doc: Expect to fix typo.
* doc/guix.texi (Build Systems): "except" it is. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									be0d8af822
								
							
						
					
					
						commit
						9bf404e9e6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1543,7 +1543,7 @@ The list of phases used for a particular package can be changed with the
 | 
				
			||||||
#:phases (alist-delete 'configure %standard-phases)
 | 
					#:phases (alist-delete 'configure %standard-phases)
 | 
				
			||||||
@end example
 | 
					@end example
 | 
				
			||||||
 | 
					
 | 
				
			||||||
means that all the phases described above will be used, expect the
 | 
					means that all the phases described above will be used, except the
 | 
				
			||||||
@code{configure} phase.
 | 
					@code{configure} phase.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
In addition, this build system ensures that the ``standard'' environment
 | 
					In addition, this build system ensures that the ``standard'' environment
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue