mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: electrum: Fix build.
* gnu/packages/finance.scm (electrum)[arguments]: Add 'relax-dnspython-version-requirement' phase.
This commit is contained in:
@@ -548,6 +548,14 @@ do so.")
|
||||
(("sys\\.prefix")
|
||||
(format #f "\"~a\"" out)))
|
||||
#t)))
|
||||
(add-after 'unpack 'relax-dnspython-version-requirement
|
||||
;; The version requirement for dnspython>=2.0,<2.1 makes the
|
||||
;; sanity-check phase fail, but the application seems to be working
|
||||
;; fine with dnspython 2.1 (the version we have currently).
|
||||
(lambda _
|
||||
(substitute* "contrib/requirements/requirements.txt"
|
||||
(("dnspython>=.*")
|
||||
"dnspython"))))
|
||||
(add-after 'unpack 'use-libsecp256k1-input
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* "electrum/ecc_fast.py"
|
||||
|
||||
Reference in New Issue
Block a user