3
0
Fork 0
forked from mirrors/nixpkgs

Update nginx

svn path=/nixpkgs/trunk/; revision=20988
This commit is contained in:
Michael Raskin 2010-04-09 11:26:54 +00:00
parent 7f6b1e9abd
commit e80351a49d
2 changed files with 8 additions and 5 deletions

View file

@ -3,6 +3,7 @@ let
s = import ./src-for-default.nix;
buildInputs = with a; [
openssl zlib pcre libxml2 libxslt
perl ? null
];
in
rec {
@ -17,6 +18,8 @@ rec {
"--with-http_dav_module"
"--with-http_gzip_static_module"
"--with-http_secure_link_module"
# Install destination problems
# "--with-http_perl_module"
];
preConfigure = a.fullDepEntry ''

View file

@ -1,9 +1,9 @@
rec {
version="0.7.62";
name="nginx-0.7.62";
hash="0bcd6xi73xxgwz7x8skslg96cqfhy1zs8lkpxizki9s3gyghxvk0";
url="http://sysoev.ru/nginx/nginx-0.7.62.tar.gz";
advertisedUrl="http://sysoev.ru/nginx/nginx-0.7.62.tar.gz";
version="0.7.65";
name="nginx-0.7.65";
hash="0fn35sm94p7s28hrih1qb2b634zdzkldsfhzk7gixc09bapwrw69";
url="http://sysoev.ru/nginx/nginx-${version}.tar.gz";
advertisedUrl="http://sysoev.ru/nginx/nginx-0.7.65.tar.gz";
}