Compare commits

...

4 commits

Author SHA1 Message Date
Guillaume Le Vaillant
283f64c9bb
gnu: qspectrumanalyzer: Fix build.
* gnu/packages/radio.scm (qspectrumanalyzer)[arguments]: Disable tests.

Change-Id: Ib0d1c87eb12e85a6d2673ebe371a0134eaf88266
2025-09-27 15:10:26 +02:00
Guillaume Le Vaillant
ed91db8a8c
gnu: python-simplesoapy: Fix build.
* gnu/packages/radio.scm (python-simplesoapy)[arguments]: Disable tests.

Change-Id: I634c83eb36cb7072a18b4555c45db5cf51e062cd
2025-09-27 15:08:01 +02:00
Guillaume Le Vaillant
6c859f10ef
gnu: python-qt.py: Fix build.
* gnu/packages/qt.scm (python-qt.py)[arguments]: Disable tests.

Change-Id: I0e224883d7f0e5fb83ff22e882e98930eebb163a
2025-09-27 15:03:30 +02:00
Guillaume Le Vaillant
d505b6fae3
gnu: electron-cash: Fix build.
* gnu/packages/finance.scm (electron-cash)[arguments]: Add
  'relax-requirements' phase.

Change-Id: Ic1e19f2bcdec9b68b35ab8b792f9b9b2a2b52858
2025-09-27 14:35:25 +02:00
3 changed files with 11 additions and 1 deletions

View file

@ -799,6 +799,11 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.")
(substitute* "electroncash/secp256k1.py"
(("libsecp256k1.so.0")
(search-input-file inputs "lib/libsecp256k1.so.0")))))
(add-after 'unpack 'relax-requirements
(lambda _
(substitute* "contrib/requirements/requirements.txt"
(("python-dateutil<2\\.9")
"python-dateutil"))))
(add-after 'install 'wrap-qt
(lambda* (#:key outputs inputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))

View file

@ -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

View file

@ -766,6 +766,8 @@ a local network link.")
python-wheel))
(propagated-inputs
(list python-numpy soapysdr))
(arguments
(list #:tests? #f)) ; No tests
(home-page "https://github.com/xmikos/simplesoapy")
(synopsis "Python wrapper for SoapySDR")
(description
@ -820,7 +822,8 @@ devices that are supported by the SoapySDR library.")
python-simplesoapy
soapy-power))
(arguments
(list #:phases
(list #:tests? #f ; No tests
#:phases
#~(modify-phases %standard-phases
(add-after 'install 'wrap-path
;; Add the location of the default backend to PATH.