diff options
| author | Guillaume Le Vaillant <glv@posteo.net> | 2025-09-27 15:03:30 +0200 |
|---|---|---|
| committer | Guillaume Le Vaillant <glv@posteo.net> | 2025-09-27 15:03:30 +0200 |
| commit | 6c859f10ef744fc770429dc63e12a7fc41c3da76 (patch) | |
| tree | dc78ffbab642fb801d0c13d60fc9e36e40c053c4 | |
| parent | d505b6fae3a262b1fd3677dc315b17483b69882b (diff) | |
gnu: python-qt.py: Fix build.
* gnu/packages/qt.scm (python-qt.py)[arguments]: Disable tests.
Change-Id: I0e224883d7f0e5fb83ff22e882e98930eebb163a
| -rw-r--r-- | gnu/packages/qt.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 3ad2181530..646ef54357 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -4793,6 +4793,8 @@ PySide2, PyQt6, PySide6) and additional custom QWidgets.") (base32 "07rvfwzjl378j75j2va0c6xylwx16icxa6dycsjgjc329pgpng40")))) (build-system python-build-system) (native-inputs (list python-pyqt)) + (arguments + (list #:tests? #f)) ; No tests (home-page "https://github.com/mottosso/Qt.py") (synopsis "Abstraction layer for Python Qt bindings") (description |
