guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: electron-cash: Add missing input.


From: guix-commits
Subject: 03/03: gnu: electron-cash: Add missing input.
Date: Sat, 11 Sep 2021 09:24:58 -0400 (EDT)

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

commit 2fbae886804839d61781376c598aad19fd21e881
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Sep 11 14:54:54 2021 +0200

    gnu: electron-cash: Add missing input.
    
    * gnu/packages/finance.scm (electron-cash)[inputs]: Add python-qdarkstyle.
      [arguments]: Add 'relax-requirements' phase.
---
 gnu/packages/finance.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 768cace..f5f3713 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -595,6 +595,7 @@ other machines/servers.  Electrum does not download the 
Bitcoin blockchain.")
        ("python-pyaes" ,python-pyaes)
        ("python-pyqt" ,python-pyqt)
        ("python-pysocks" ,python-pysocks)
+       ("python-qdarkstyle" ,python-qdarkstyle)
        ("python-qrcode" ,python-qrcode)
        ("python-requests" ,python-requests)
        ("python-stem" ,python-stem)
@@ -621,6 +622,11 @@ other machines/servers.  Electrum does not download the 
Bitcoin blockchain.")
                 (string-append "library_paths = ('"
                                (assoc-ref inputs "libsecp256k1")
                                "/lib/libsecp256k1.so.0'")))))
+         (add-after 'unpack 'relax-requirements
+           (lambda _
+             (substitute* "contrib/requirements/requirements.txt"
+               (("qdarkstyle==2\\.6\\.8")
+                "qdarkstyle"))))
          (add-after 'install 'wrap-qt
            (lambda* (#:key outputs inputs #:allow-other-keys)
              (let ((out (assoc-ref outputs "out")))



reply via email to

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