build-system/cmake: Fix typo.
* guix/build-system/cmake.scm (default-cmake): Add missing quote.
This commit is contained in:
parent
0a2873e515
commit
8badfc5558
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue