log4cxx: +boost
svn path=/nixpkgs/branches/stdenv-updates/; revision=10742
This commit is contained in:
parent
fefdde6209
commit
343d3f0e4c
|
@ -6,6 +6,6 @@ stdenv.mkDerivation {
|
|||
url = http://archive.apache.org/dist/logging/log4cxx/log4cxx-0.9.7.tar.gz;
|
||||
sha256 = "1ikyxd8jgf7b2cqjk5lidl7cffs114iiblaczaqbv5bm4vyb4hav";
|
||||
};
|
||||
buildInputs = [ autoconf automake libtool libxml2 cppunit ];
|
||||
buildInputs = [ autoconf automake libtool libxml2 cppunit boost ];
|
||||
patchPhase = "sh autogen.sh; sed -e 's/DOMConfigurator::subst/subst/' -i include/log4cxx/xml/domconfigurator.h";
|
||||
}
|
||||
|
|
|
@ -2425,7 +2425,7 @@ rec {
|
|||
};
|
||||
|
||||
log4cxx = import ../development/libraries/log4cxx {
|
||||
inherit fetchurl stdenv automake autoconf libtool cppunit libxml2;
|
||||
inherit fetchurl stdenv automake autoconf libtool cppunit libxml2 boost;
|
||||
};
|
||||
|
||||
loudmouth = import ../development/libraries/loudmouth {
|
||||
|
|
Loading…
Reference in New Issue