build-system: meson: Fix typo in variable name.
* guix/build-system/meson.scm (lower): fix typo in glib-or-gtk?.
This commit is contained in:
		
							parent
							
								
									1966481fe3
								
							
						
					
					
						commit
						ea1cd554cc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -67,7 +67,7 @@
 | 
			
		|||
                #:key source inputs native-inputs outputs system target
 | 
			
		||||
                (meson (default-meson))
 | 
			
		||||
                (ninja (default-ninja))
 | 
			
		||||
                (glib-or-gtk #f)
 | 
			
		||||
                (glib-or-gtk? #f)
 | 
			
		||||
                #:allow-other-keys
 | 
			
		||||
                #:rest arguments)
 | 
			
		||||
  "Return a bag for NAME."
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue