~ruther/guix-local

d866b37bc66b925cf634dcb6e8f25b0b700ccc6a — Liliana Marie Prikler 7 months ago cf5b527
gnu: python-tree-sitter-grammar: Fix long line.

* gnu/packages/tree-sitter.scm (python-tree-sitter-grammar)[description]:
Restrict to ≤ 80 characters per line.
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/tree-sitter.scm
M gnu/packages/tree-sitter.scm => gnu/packages/tree-sitter.scm +3 -2
@@ 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