doc, gnu, guix: Fix typos.
* doc/guix.texi: Fix various typos and reword a sentence. * gnu/packages/cpp.scm (cpplint)[description]: Fix typo. * gnu/packages/dns.scm (ldns): Fix typo in comment. * gnu/packages/games.scm (yamagi-quake2): Fix typo in comment. * gnu/packages/qt.scm (python-pyqtwebengine): Fix typo in comment. * gnu/packages/rails.scm (ruby-autoprefixer-rails): Fix typo in comment. * gnu/packages/syndication.scm (quiterss)[description]: Fix typo. * gnu/packages/terminals.scm (kmscon): Fix typo in comment. * gnu/packages/xml.scm (perl-xml-sax-base)[description]: Fix typo. (python-elementpath)[description]: Fix typo. * guix/build/asdf-build-system.scm (output-translation): Fix typo in docstring. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
44ed008ac1
commit
483f537081
|
@ -7807,7 +7807,7 @@ MbedTLS package:
|
||||||
Some older packages that aren't using @file{Package.toml} yet, will require
|
Some older packages that aren't using @file{Package.toml} yet, will require
|
||||||
this file to be created, too. The function @code{julia-create-package-toml}
|
this file to be created, too. The function @code{julia-create-package-toml}
|
||||||
helps creating the file. You need to pass the outputs and the source of the
|
helps creating the file. You need to pass the outputs and the source of the
|
||||||
package, it's name (the same as the @code{file-name} parameter), the package
|
package, its name (the same as the @code{file-name} parameter), the package
|
||||||
uuid, the package version, and a list of dependencies specified by their name
|
uuid, the package version, and a list of dependencies specified by their name
|
||||||
and their uuid.
|
and their uuid.
|
||||||
@end defvr
|
@end defvr
|
||||||
|
@ -21755,7 +21755,7 @@ Available @code{getmail-options-configuration} fields are:
|
||||||
If set to @samp{0}, getmail will only print warnings and errors. A
|
If set to @samp{0}, getmail will only print warnings and errors. A
|
||||||
value of @samp{1} means that messages will be printed about retrieving
|
value of @samp{1} means that messages will be printed about retrieving
|
||||||
and deleting messages. If set to @samp{2}, getmail will print messages
|
and deleting messages. If set to @samp{2}, getmail will print messages
|
||||||
about each of it's actions.
|
about each of its actions.
|
||||||
|
|
||||||
Defaults to @samp{1}.
|
Defaults to @samp{1}.
|
||||||
|
|
||||||
|
@ -25502,7 +25502,7 @@ directives} for comprehensive documentation on the acceptable
|
||||||
@deftp {Data type} php-fpm-dynamic-process-manager-configuration
|
@deftp {Data type} php-fpm-dynamic-process-manager-configuration
|
||||||
Data Type for the @code{dynamic} php-fpm process manager. With the
|
Data Type for the @code{dynamic} php-fpm process manager. With the
|
||||||
@code{dynamic} process manager, spare worker processes are kept around
|
@code{dynamic} process manager, spare worker processes are kept around
|
||||||
based on it's configured limits.
|
based on its configured limits.
|
||||||
@table @asis
|
@table @asis
|
||||||
@item @code{max-children} (default: @code{5})
|
@item @code{max-children} (default: @code{5})
|
||||||
Maximum of worker processes.
|
Maximum of worker processes.
|
||||||
|
@ -31570,7 +31570,7 @@ notifications.
|
||||||
|
|
||||||
The kernel module loader service allows one to load loadable kernel
|
The kernel module loader service allows one to load loadable kernel
|
||||||
modules at boot. This is especially useful for modules that don't
|
modules at boot. This is especially useful for modules that don't
|
||||||
autoload and need to be manually loaded, as it's the case with
|
autoload and need to be manually loaded, as is the case with
|
||||||
@code{ddcci}.
|
@code{ddcci}.
|
||||||
|
|
||||||
@deffn {Scheme Variable} kernel-module-loader-service-type
|
@deffn {Scheme Variable} kernel-module-loader-service-type
|
||||||
|
|
|
@ -587,7 +587,7 @@ tools:
|
||||||
(synopsis "Static code checker for C++")
|
(synopsis "Static code checker for C++")
|
||||||
(description "@code{cpplint} is a command-line tool to check C/C++ files
|
(description "@code{cpplint} is a command-line tool to check C/C++ files
|
||||||
for style issues following Google’s C++ style guide. While Google maintains
|
for style issues following Google’s C++ style guide. While Google maintains
|
||||||
it's own version of the tool, this is a fork that aims to be more responsive
|
its own version of the tool, this is a fork that aims to be more responsive
|
||||||
and make @code{cpplint} usable in wider contexts.")
|
and make @code{cpplint} usable in wider contexts.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
(base32 "0ac242n7996fswq1a3nlh1bbbhrsdwsq4mx7xq8ffq6aplb4rj4a"))
|
(base32 "0ac242n7996fswq1a3nlh1bbbhrsdwsq4mx7xq8ffq6aplb4rj4a"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches
|
(search-patches
|
||||||
;; To create make-flag vairables,
|
;; To create make-flag variables,
|
||||||
;; for splitting installation of drill and examples.
|
;; for splitting installation of drill and examples.
|
||||||
"ldns-drill-examples.patch"))))
|
"ldns-drill-examples.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
|
@ -7151,7 +7151,7 @@ some graphical niceities, and numerous bug-fixes and other improvements.")
|
||||||
(mkdir-p (string-append out "/lib"))
|
(mkdir-p (string-append out "/lib"))
|
||||||
(mkdir-p (string-append out "/bin"))
|
(mkdir-p (string-append out "/bin"))
|
||||||
;; The yamagi-quake2 binary must be in the same directory
|
;; The yamagi-quake2 binary must be in the same directory
|
||||||
;; as it's engine libraries, but symlinking it to /bin is okay
|
;; as its engine libraries, but symlinking it to /bin is okay.
|
||||||
;; https://github.com/yquake2/yquake2/blob/master/stuff/packaging.md
|
;; https://github.com/yquake2/yquake2/blob/master/stuff/packaging.md
|
||||||
(copy-recursively "release"
|
(copy-recursively "release"
|
||||||
(string-append out "/lib/yamagi-quake2"))
|
(string-append out "/lib/yamagi-quake2"))
|
||||||
|
|
|
@ -2068,7 +2068,7 @@ contain over 620 classes.")
|
||||||
"--sipdir" sipdir
|
"--sipdir" sipdir
|
||||||
"--pyqt-sipdir" pyqt-sipdir))))
|
"--pyqt-sipdir" pyqt-sipdir))))
|
||||||
;; Because this has a different prefix than python-pyqt then we need
|
;; Because this has a different prefix than python-pyqt then we need
|
||||||
;; to make this a namespace of it's own
|
;; to make this a namespace of its own.
|
||||||
(add-after 'install 'make-namespace
|
(add-after 'install 'make-namespace
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(let* ((__init__.py (string-append
|
(let* ((__init__.py (string-append
|
||||||
|
|
|
@ -142,8 +142,8 @@ API.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'extract-gemspec 'remove-unnecessary-dependencies
|
(add-after 'extract-gemspec 'remove-unnecessary-dependencies
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Remove the testing of compass, as it's use is deprecated, and
|
;; Remove the testing of compass, as its use is deprecated, and
|
||||||
;; it's unpackaged for Guix
|
;; it's unpackaged for Guix.
|
||||||
(substitute* "autoprefixer-rails.gemspec"
|
(substitute* "autoprefixer-rails.gemspec"
|
||||||
((".*%q<compass>.*") "\n")
|
((".*%q<compass>.*") "\n")
|
||||||
(("\"spec/compass_spec\\.rb\"\\.freeze, ") ""))
|
(("\"spec/compass_spec\\.rb\"\\.freeze, ") ""))
|
||||||
|
|
|
@ -576,7 +576,7 @@ formats, including all versions of RSS and Atom.")
|
||||||
(home-page "https://quiterss.org/")
|
(home-page "https://quiterss.org/")
|
||||||
(synopsis "RSS/Atom news feeds reader written on Qt/C++")
|
(synopsis "RSS/Atom news feeds reader written on Qt/C++")
|
||||||
(description "QuiteRSS is an RSS/Atom news feeds reader written on Qt/C++
|
(description "QuiteRSS is an RSS/Atom news feeds reader written on Qt/C++
|
||||||
that aims to be quite fast and comfortable to it's user.")
|
that aims to be quite fast and comfortable to its user.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public gfeeds
|
(define-public gfeeds
|
||||||
|
|
|
@ -326,7 +326,7 @@ compatibility to existing emulators like xterm, gnome-terminal, konsole, etc.")
|
||||||
("libxkbcommon" ,libxkbcommon)
|
("libxkbcommon" ,libxkbcommon)
|
||||||
("logind" ,elogind)
|
("logind" ,elogind)
|
||||||
;; MESA can be used for accelerated video output via OpenGLESv2, but
|
;; MESA can be used for accelerated video output via OpenGLESv2, but
|
||||||
;; it's a bit dependency that we'd rather avoid in the installation
|
;; it's a big dependency that we'd rather avoid in the installation
|
||||||
;; image.
|
;; image.
|
||||||
;; ("mesa" ,mesa)
|
;; ("mesa" ,mesa)
|
||||||
("pango" ,pango)
|
("pango" ,pango)
|
||||||
|
|
|
@ -878,7 +878,7 @@ building Perl SAX2 XML parsers, filters, and drivers.")
|
||||||
(home-page "https://metacpan.org/release/XML-SAX-Base")
|
(home-page "https://metacpan.org/release/XML-SAX-Base")
|
||||||
(synopsis "Base class for SAX Drivers and Filters")
|
(synopsis "Base class for SAX Drivers and Filters")
|
||||||
(description "This module has a very simple task - to be a base class for
|
(description "This module has a very simple task - to be a base class for
|
||||||
PerlSAX drivers and filters. It's default behaviour is to pass the input
|
PerlSAX drivers and filters. Its default behaviour is to pass the input
|
||||||
directly to the output unchanged. It can be useful to use this module as a
|
directly to the output unchanged. It can be useful to use this module as a
|
||||||
base class so you don't have to, for example, implement the characters()
|
base class so you don't have to, for example, implement the characters()
|
||||||
callback.")
|
callback.")
|
||||||
|
@ -2587,7 +2587,7 @@ for Python's ElementTree XML data structures, both for the standard
|
||||||
ElementTree library and for the @uref{http://lxml.de, lxml.etree} library.
|
ElementTree library and for the @uref{http://lxml.de, lxml.etree} library.
|
||||||
|
|
||||||
For lxml.etree this package can be useful for providing XPath 2.0 selectors,
|
For lxml.etree this package can be useful for providing XPath 2.0 selectors,
|
||||||
because lxml.etree already has it's own implementation of XPath 1.0.")
|
because lxml.etree already has its own implementation of XPath 1.0.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-lxml
|
(define-public python-lxml
|
||||||
|
|
|
@ -72,8 +72,7 @@
|
||||||
|
|
||||||
(define (output-translation source-path
|
(define (output-translation source-path
|
||||||
object-output)
|
object-output)
|
||||||
"Return a translation for the system's source path
|
"Return a translation for the system's source path to its binary output."
|
||||||
to it's binary output."
|
|
||||||
`((,source-path
|
`((,source-path
|
||||||
:**/ :*.*.*)
|
:**/ :*.*.*)
|
||||||
(,(library-directory object-output)
|
(,(library-directory object-output)
|
||||||
|
|
Reference in New Issue