gnu: Fix grammar of various package descriptions.

Adjust patterns where "allows to X" to use "allows Xing" or similar forms.

* gnu/packages/build-tools.scm (potato-make): Use "Allows Xing" form.
* gnu/packages/image.scm (pngcheck): Likewise.
* gnu/packages/qt.scm (kddockwidgets): Likewise.
* gnu/packages/tex.scm (texlive-biblatex-shortfields): Use "Allow Xing" form.
(texlive-drawmatrix): Likewise.  (texlive-mathsemantics): Use "allow Y Xing"
form.  (texlive-xlop): Use "allow Xing" form.  (texlive-texlogfilter):
Likewise.
This commit is contained in:
Vagrant Cascadian 2025-02-18 11:05:22 -08:00
parent 28e08024ff
commit 9eedd1f31d
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA
4 changed files with 8 additions and 8 deletions

View file

@ -1063,6 +1063,6 @@ with GNU make.")
(description
"Potato Make is a Scheme library that aims to simplify the task of
maintaining, updating, and regenerating programs. It is inspired by
the POSIX make utility and allows to write a build script in Guile
the POSIX make utility and allows writing a build script in Guile
Scheme.")
(license license:expat))))