mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
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 @@ (define (default-cmake)
|
|||
|
||||
;; 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 a new issue