doc: Fix typo.

* doc/guix.texi (Build Systems): Add missing question mark to
master
Nicolas Goaziou 2019-08-26 22:50:16 +02:00
parent 159b5e1f8a
commit 5aa4278319
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

View File

@ -6112,7 +6112,7 @@ interpreter version.
By default guix calls @code{setup.py} under control of
@code{setuptools}, much like @command{pip} does. Some packages are not
compatible with setuptools (and pip), thus you can disable this by
setting the @code{#:use-setuptools} parameter to @code{#f}.
setting the @code{#:use-setuptools?} parameter to @code{#f}.
@end defvr
@defvr {Scheme Variable} perl-build-system