mhw pushed a commit to branch core-updates-2016-08-01
in repository guix.
commit fe7fa353201286ae1ad78511d5b5cd3fa8213b65
Author: Andreas Enge <[email protected]>
Date: Sat Jul 23 20:18:44 2016 +0200
gnu: bitcoin-core: Build with bdb-5.3.
* gnu/packages/finance.scm (bitcoin-core)[inputs]: Replace bdb by bdb-5.3.
---
gnu/packages/finance.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 4d6c739..179e325 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015 Andreas Enge <[email protected]>
+;;; Copyright © 2015, 2016 Andreas Enge <[email protected]>
;;; Copyright © 2016 Efraim Flashner <[email protected]>
;;; Copyright © 2016 Alex Griffin <[email protected]>
;;;
@@ -61,7 +61,7 @@
("python" ,python-2) ; for the tests
("util-linux" ,util-linux))) ; provides the hexdump command for tests
(inputs
- `(("bdb" ,bdb)
+ `(("bdb" ,bdb-5.3) ; with 6.2.23, there is an error: ambiguous overload
("boost" ,boost)
("libevent" ,libevent)
("miniupnpc" ,miniupnpc)