diff options
author | Leo Famulari <leo@famulari.name> | 2017-07-20 18:38:17 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-07-20 18:42:28 -0400 |
commit | f8fabfc99f6ee373159ff5d627b6018febf43050 (patch) | |
tree | 8385b0e39d1a686788fb21b1e9dde1217957be62 /gnu/packages | |
parent | 81c35029d4ee4fa7cd517998844229a514b35531 (diff) | |
download | guix-f8fabfc99f6ee373159ff5d627b6018febf43050.tar.gz guix-f8fabfc99f6ee373159ff5d627b6018febf43050.zip |
gnu: bitcoin-core: Actually build the graphical client.
* gnu/packages/finance.scm (bitcoin-core)[inputs]: Replace qtbase with qt.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/finance.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 04ae70b07a..748b59c9e1 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 |