From 4a909c7be369bc3c384c54a151f97e350e641a76 Mon Sep 17 00:00:00 2001 From: Mathijs Kwik Date: Mon, 16 Dec 2013 14:28:44 +0100 Subject: [PATCH] log4cxx: depend on db4 instead of db45 --- pkgs/development/libraries/log4cxx/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/log4cxx/default.nix b/pkgs/development/libraries/log4cxx/default.nix index 983fabc041e2..e62fa2fa1c5f 100644 --- a/pkgs/development/libraries/log4cxx/default.nix +++ b/pkgs/development/libraries/log4cxx/default.nix @@ -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;