mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01: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 @@
|
||||||
|
|
||||||
;; Do not use `@' to avoid introducing circular dependencies.
|
;; Do not use `@' to avoid introducing circular dependencies.
|
||||||
(let ((module (resolve-interface '(gnu packages cmake))))
|
(let ((module (resolve-interface '(gnu packages cmake))))
|
||||||
(module-ref module cmake)))
|
(module-ref module 'cmake)))
|
||||||
|
|
||||||
(define* (cmake-build store name source inputs
|
(define* (cmake-build store name source inputs
|
||||||
#:key (guile #f)
|
#:key (guile #f)
|
||||||
|
|
Loading…
Add table
Reference in a new issue