mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-qt.py: Fix build.
* gnu/packages/qt.scm (python-qt.py)[arguments]: Disable tests. Change-Id: I0e224883d7f0e5fb83ff22e882e98930eebb163a
This commit is contained in:
parent
d505b6fae3
commit
6c859f10ef
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue