Skip to content

Commit

Permalink
ocamlPackages.ocsigenserver: add pgocaml support
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentBecker authored and vbgl committed Mar 17, 2017
1 parent e3a77dd commit 9fd4966
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/ocaml-modules/ocsigen-server/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{stdenv, fetchurl, ocaml, findlib, which, ocaml_react, ocaml_ssl,
ocaml_lwt, ocamlnet, ocaml_pcre, cryptokit, tyxml, ipaddr, zlib,
libev, openssl, ocaml_sqlite3, tree, uutf, makeWrapper, camlp4
, pgocaml
}:

let mkpath = p: n:
Expand All @@ -18,7 +19,7 @@ stdenv.mkDerivation {

buildInputs = [ocaml which findlib ocaml_react ocaml_ssl ocaml_lwt
ocamlnet ocaml_pcre cryptokit tyxml ipaddr zlib libev openssl
ocaml_sqlite3 tree uutf makeWrapper camlp4 ];
ocaml_sqlite3 tree uutf makeWrapper camlp4 pgocaml ];

configureFlags = "--root $(out) --prefix /";

Expand Down

0 comments on commit 9fd4966

Please sign in to comment.