mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue