mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Fix ‘this packages’ and some other niggles.
* gnu/packages/crates-io.scm (rust-home-0.5)[description]: Fix ‘this packages’ typo. * gnu/packages/emacs-xyz.scm (emacs-ahg, emacs-cwl-mode)[description]: Likewise. * gnu/packages/python-check.scm (python-pytest-csv)[description]: Likewise. * gnu/packages/ocaml.scm (ocaml-syntax-shims)[description]: Likewise, and note which language. * gnu/packages/python-xyz.scm (python-recommonmark)[description]: Likewise, and work around ‘enabling you’.
This commit is contained in:
parent
3a7504cbc4
commit
2f79308872
6 changed files with 9 additions and 9 deletions
|
@ -27044,8 +27044,8 @@ result.")
|
|||
(home-page "https://github.com/readthedocs/recommonmark")
|
||||
(synopsis "Docutils-compatibility bridge to CommonMark")
|
||||
(description
|
||||
"This packages provides a docutils-compatibility bridge to CommonMark,
|
||||
enabling you to write CommonMark inside of Docutils & Sphinx projects.")
|
||||
"This package provides a docutils-compatibility bridge to CommonMark that
|
||||
lets you write CommonMark inside of Docutils & Sphinx projects.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-pyhull
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue