1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 21:50:35 +02: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:
Mohammed Sadiq
2017-09-26 19:49:24 +05:30
committed by Danny Milosavljevic
parent 1966481fe3
commit ea1cd554cc

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."