Move all db4 packages to the default db5

This commit is contained in:
William A. Kennington III
2014-02-15 12:03:02 +01:00
committed by Bjørn Forsman
parent 99f5d2edb4
commit bdb842d5eb
37 changed files with 81 additions and 85 deletions
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, autoconf, automake, libtool, libxml2, cppunit, boost
, apr, aprutil, db4, expat
, apr, aprutil, db, 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 db4 expat];
buildInputs = [autoconf automake libtool libxml2 cppunit boost apr aprutil db expat];
meta = {
homepage = http://logging.apache.org/log4cxx/index.html;