Update nginx
svn path=/nixpkgs/trunk/; revision=20988
This commit is contained in:
parent
7f6b1e9abd
commit
e80351a49d
@ -3,6 +3,7 @@ let
|
|||||||
s = import ./src-for-default.nix;
|
s = import ./src-for-default.nix;
|
||||||
buildInputs = with a; [
|
buildInputs = with a; [
|
||||||
openssl zlib pcre libxml2 libxslt
|
openssl zlib pcre libxml2 libxslt
|
||||||
|
perl ? null
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
@ -17,6 +18,8 @@ rec {
|
|||||||
"--with-http_dav_module"
|
"--with-http_dav_module"
|
||||||
"--with-http_gzip_static_module"
|
"--with-http_gzip_static_module"
|
||||||
"--with-http_secure_link_module"
|
"--with-http_secure_link_module"
|
||||||
|
# Install destination problems
|
||||||
|
# "--with-http_perl_module"
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = a.fullDepEntry ''
|
preConfigure = a.fullDepEntry ''
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
rec {
|
rec {
|
||||||
version="0.7.62";
|
version="0.7.65";
|
||||||
name="nginx-0.7.62";
|
name="nginx-0.7.65";
|
||||||
hash="0bcd6xi73xxgwz7x8skslg96cqfhy1zs8lkpxizki9s3gyghxvk0";
|
hash="0fn35sm94p7s28hrih1qb2b634zdzkldsfhzk7gixc09bapwrw69";
|
||||||
url="http://sysoev.ru/nginx/nginx-0.7.62.tar.gz";
|
url="http://sysoev.ru/nginx/nginx-${version}.tar.gz";
|
||||||
advertisedUrl="http://sysoev.ru/nginx/nginx-0.7.62.tar.gz";
|
advertisedUrl="http://sysoev.ru/nginx/nginx-0.7.65.tar.gz";
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user