build-system/cmake: Fix typo.
* guix/build-system/cmake.scm (default-cmake): Add missing quote.
This commit is contained in:
		
							parent
							
								
									0a2873e515
								
							
						
					
					
						commit
						8badfc5558
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -40,7 +40,7 @@
 | 
			
		|||
 | 
			
		||||
  ;; Do not use `@' to avoid introducing circular dependencies.
 | 
			
		||||
  (let ((module (resolve-interface '(gnu packages cmake))))
 | 
			
		||||
    (module-ref module cmake)))
 | 
			
		||||
    (module-ref module 'cmake)))
 | 
			
		||||
 | 
			
		||||
(define* (cmake-build store name source inputs
 | 
			
		||||
                     #:key (guile #f)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue