mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
log4cxx: depend on db4 instead of db45
This commit is contained in:
parent
e966ebd5e1
commit
4a909c7be3
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue