diff options
author | Zhu Zihao <all_but_last@163.com> | 2022-08-25 13:04:45 +0800 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-07 22:02:42 +0200 |
commit | c8621fa193c20fcf7b4092888bc14ff6a350c75c (patch) | |
tree | 317da0efa4ab4adf5bbcd7f815ffbdfc08a32c0c /gnu | |
parent | e2e351cb45840f208063a315479de1d49f9a9980 (diff) | |
download | guix-c8621fa193c20fcf7b4092888bc14ff6a350c75c.tar.gz guix-c8621fa193c20fcf7b4092888bc14ff6a350c75c.zip |
gnu: python-pyside-2-tools: Fix synopsis and description.
* gnu/packages/qt.scm (python-pyside2-tools)[synopsis]: Use more descriptive
words.
[description]: Ditto.
Signed-off-by: Marius Bakke <marius@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/qt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 08bd1921a5..6ee70bc701 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -4046,9 +4046,9 @@ generate Python bindings for your C or C++ code."))) (lambda _ (chdir "sources/pyside2-tools") #t))))) (home-page "https://wiki.qt.io/Qt_for_Python") (synopsis - "Contains command line tools for PySide2") + "Command line tools for PySide2") (description - "Contains lupdate, rcc and uic tools for PySide2") + "Python-pyside-2-tools contains lupdate, rcc and uic tools for PySide2") (license license:gpl2))) (define-public libqglviewer |