diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-08-12 10:03:34 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-12 10:25:24 +0200 |
| commit | e67fb140ea79bc724bd906cd3eac7d0aded8262a (patch) | |
| tree | 3f1d26f58dfd8de0e87354f3782f75e01c8ea60c | |
| parent | 0a260233f1d9e9cbfba8c518330ad395cabbbb27 (diff) | |
gnu: python-qtpy: Add input.
* gnu/packages/qt.scm (python-qtpy)[inputs]: Add python-pyside-6.
Change-Id: Ib897165bbdd109c4445eab7851365db710e50885
| -rw-r--r-- | gnu/packages/qt.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 67582c4a54..20e60fc732 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -4615,6 +4615,7 @@ top of the PyQt bindings for Qt. PyQt-builder is used to build PyQt itself.") (list python-pyqt python-pyqt-6 python-pyside-2 + python-pyside-6 python-pytest python-pytest-cov python-pytest-qt |
