build-system: meson: Fix typo in variable name.

* guix/build-system/meson.scm (lower): fix typo in glib-or-gtk?.
master
Mohammed Sadiq 2017-09-26 19:49:24 +05:30 committed by Danny Milosavljevic
parent 1966481fe3
commit ea1cd554cc
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
#: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."