ocsigenserver: enable deflatemod extension
This commit is contained in:
parent
dd907450fe
commit
5772d292d7
@ -1,7 +1,7 @@
|
||||
{stdenv, fetchurl, ocaml, findlib, which, ocaml_react, ocaml_ssl,
|
||||
lwt, ocamlnet, ocaml_pcre, cryptokit, tyxml, ipaddr, zlib,
|
||||
libev, openssl, ocaml_sqlite3, tree, uutf, makeWrapper, camlp4
|
||||
, pgocaml
|
||||
, camlzip, pgocaml
|
||||
}:
|
||||
|
||||
let mkpath = p: n:
|
||||
@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ocaml which findlib ocaml_react ocaml_ssl lwt
|
||||
ocamlnet ocaml_pcre cryptokit tyxml ipaddr zlib libev openssl
|
||||
ocaml_sqlite3 tree uutf makeWrapper camlp4 pgocaml ];
|
||||
ocaml_sqlite3 tree uutf makeWrapper camlp4 pgocaml camlzip ];
|
||||
|
||||
configureFlags = "--root $(out) --prefix /";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user