guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: bitcoin-core: Actually build the graphical client.


From: Leo Famulari
Subject: 01/01: gnu: bitcoin-core: Actually build the graphical client.
Date: Thu, 20 Jul 2017 18:46:05 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit f8fabfc99f6ee373159ff5d627b6018febf43050
Author: Leo Famulari <address@hidden>
Date:   Thu Jul 20 18:38:17 2017 -0400

    gnu: bitcoin-core: Actually build the graphical client.
    
    * gnu/packages/finance.scm (bitcoin-core)[inputs]: Replace qtbase with qt.
---
 gnu/packages/finance.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 04ae70b..748b59c 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -70,7 +70,8 @@
        ("miniupnpc" ,miniupnpc)
        ("openssl" ,openssl)
        ("protobuf" ,protobuf)
-       ("qtbase" ,qtbase)))
+       ;; TODO Build with the modular Qt.
+       ("qt" ,qt)))
     (arguments
      `(#:configure-flags
         (list



reply via email to

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