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