diff options
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index e51962e0a7..be6cae57bb 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -4248,8 +4248,9 @@ contain over 620 classes.") (base32 "1m39znwza9yypyd93i5mxd9pbf6zn9qdajczpm953awwdlywyx1g")))) (synopsis "Sip module support for PyQt6") (description - "SIP is used to write self contained extension modules, i.e. without a library -to be wrapped. This SIP extension module provides support for the PyQt6 package."))) + "SIP is used to write self contained extension modules, i.e. without a +library to be wrapped. This SIP extension module provides support for the +PyQt6 package."))) (define-public python-pyqtwebengine (package |