Added log4cxx library
svn path=/nixpkgs/trunk/; revision=9638
This commit is contained in:
parent
118560335c
commit
dd9b911673
11
pkgs/development/libraries/log4cxx/default.nix
Normal file
11
pkgs/development/libraries/log4cxx/default.nix
Normal file
@ -0,0 +1,11 @@
|
||||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "log4cxx-0.9.7";
|
||||
src = fetchurl {
|
||||
url = http://archive.apache.org/dist/logging/log4cxx/log4cxx-0.9.7.tar.gz;
|
||||
sha256 = "1ikyxd8jgf7b2cqjk5lidl7cffs114iiblaczaqbv5bm4vyb4hav";
|
||||
};
|
||||
buildInputs = [ autoconf automake libtool libxml2 cppunit ];
|
||||
patchPhase = "sh autogen.sh; sed -e 's/DOMConfigurator::subst/subst/' -i include/log4cxx/xml/domconfigurator.h";
|
||||
}
|
@ -2076,6 +2076,10 @@ rec {
|
||||
inherit fetchurl stdenv zlib;
|
||||
};
|
||||
|
||||
log4cxx = import ../development/libraries/log4cxx {
|
||||
inherit fetchurl stdenv automake autoconf libtool cppunit libxml2;
|
||||
};
|
||||
|
||||
lzo = import ../development/libraries/lzo {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user