guix-commits
[Top][All Lists]
Advanced

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

06/63: gnu: bitcoin-core: Build with bdb-5.3.


From: Mark H. Weaver
Subject: 06/63: gnu: bitcoin-core: Build with bdb-5.3.
Date: Thu, 4 Aug 2016 07:44:54 +0000 (UTC)

mhw pushed a commit to branch core-updates-2016-08-01
in repository guix.

commit fe7fa353201286ae1ad78511d5b5cd3fa8213b65
Author: Andreas Enge <address@hidden>
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 <address@hidden>
+;;; Copyright © 2015, 2016 Andreas Enge <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Alex Griffin <address@hidden>
 ;;;
@@ -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)



reply via email to

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