guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: electrum: Fix build.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: electrum: Fix build.
Date: Sat, 13 Nov 2021 08:50:25 -0500

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new b7de409  gnu: electrum: Fix build.
b7de409 is described below

commit b7de4098ef8a8780a3b2f9019679bcc12fc94a12
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Nov 13 13:42:40 2021 +0100

    gnu: electrum: Fix build.
    
    * gnu/packages/finance.scm (electrum)[arguments]: Add
      'relax-dnspython-version-requirement' phase.
---
 gnu/packages/finance.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 6cda53d..354a2f2 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]