mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
webalizer: update meta data
This commit is contained in:
parent
fc080c22f8
commit
4e8871e7b4
@ -11,10 +11,10 @@ stdenv.mkDerivation {
|
||||
preConfigure =
|
||||
''
|
||||
substituteInPlace ./configure \
|
||||
--replace "--static" ""
|
||||
--replace "--static" ""
|
||||
'';
|
||||
|
||||
buildInputs = [zlib libpng gd geoip db];
|
||||
buildInputs = [zlib libpng gd geoip db];
|
||||
|
||||
configureFlags = [
|
||||
"--enable-dns"
|
||||
@ -23,7 +23,10 @@ stdenv.mkDerivation {
|
||||
"--enable-shared"
|
||||
];
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
meta = with stdenv.lib; {
|
||||
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