mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: python-tree-sitter-grammar: Fix long line.
* gnu/packages/tree-sitter.scm (python-tree-sitter-grammar)[description]: Restrict to ≤ 80 characters per line.
This commit is contained in:
parent
cf5b527685
commit
d866b37bc6
1 changed files with 3 additions and 2 deletions
|
|
@ -943,8 +943,9 @@ to generate the package name. When TESTS? is true, tests are enabled."
|
|||
'())
|
||||
(list python-setuptools
|
||||
python-wheel)))
|
||||
(description (string-append (package-description pkg)
|
||||
(P_ "\n\nThis variant provides Python bindings.")))))
|
||||
(description
|
||||
(string-append (package-description pkg)
|
||||
(P_ "\n\nThis variant provides Python bindings.")))))
|
||||
|
||||
(define-public python-tree-sitter-html
|
||||
(python-tree-sitter-grammar
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue