diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-08-26 22:50:16 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-08-26 22:50:16 +0200 |
commit | 5aa4278319a914c69a6a0f61c1b09b7db8573e57 (patch) | |
tree | 18cc728ed649cb9423b34601eb083b96e258cc1f /doc | |
parent | 159b5e1f8a758e5754ea36929990f09436f4de47 (diff) | |
download | patches-5aa4278319a914c69a6a0f61c1b09b7db8573e57.tar patches-5aa4278319a914c69a6a0f61c1b09b7db8573e57.tar.gz |
doc: Fix typo.
* doc/guix.texi (Build Systems): Add missing question mark to
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 8f2608d5af..c1e451fbec 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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 |