webalizer: update meta data
This commit is contained in:
parent
fc080c22f8
commit
4e8871e7b4
@ -11,10 +11,10 @@ stdenv.mkDerivation {
|
|||||||
preConfigure =
|
preConfigure =
|
||||||
''
|
''
|
||||||
substituteInPlace ./configure \
|
substituteInPlace ./configure \
|
||||||
--replace "--static" ""
|
--replace "--static" ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [zlib libpng gd geoip db];
|
buildInputs = [zlib libpng gd geoip db];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-dns"
|
"--enable-dns"
|
||||||
@ -23,7 +23,10 @@ stdenv.mkDerivation {
|
|||||||
"--enable-shared"
|
"--enable-shared"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.unix;
|
description = "Web server log file analysis program";
|
||||||
|
homepage = http://www.webalizer.org;
|
||||||
|
platforms = platforms.unix;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user