log4cpp: minor fixes to meta fields
This commit is contained in:
parent
7301bf8581
commit
14d8ce79ee
@ -8,10 +8,12 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1l5yz5rfzzv6g3ynrj14mxfsk08cp5h1ssr7d74hjs0accrg7arm";
|
sha256 = "1l5yz5rfzzv6g3ynrj14mxfsk08cp5h1ssr7d74hjs0accrg7arm";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
enableParallelBuilding = true;
|
||||||
homepage = http://log4cpp.sourceforge.net/;
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
homepage = "http://log4cpp.sourceforge.net/";
|
||||||
description = "A logging framework for C++ patterned after Apache log4j";
|
description = "A logging framework for C++ patterned after Apache log4j";
|
||||||
license = stdenv.lib.licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user