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
@ -67,7 +67,7 @@ (define* (lower name
|
||||
#: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."
|
||||
|
Loading…
Reference in New Issue
Block a user