log4cxx: depend on db4 instead of db45

This commit is contained in:
Mathijs Kwik 2013-12-16 14:28:44 +01:00
parent e966ebd5e1
commit 4a909c7be3

View file

@ -1,5 +1,5 @@
{ stdenv, fetchurl, autoconf, automake, libtool, libxml2, cppunit, boost
, apr, aprutil, db45, expat
, apr, aprutil, db4, expat
}:
stdenv.mkDerivation rec {
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
src/main/cpp/socketoutputstream.cpp
'';
buildInputs = [autoconf automake libtool libxml2 cppunit boost apr aprutil db45 expat];
buildInputs = [autoconf automake libtool libxml2 cppunit boost apr aprutil db4 expat];
meta = {
homepage = http://logging.apache.org/log4cxx/index.html;