ocaml-http: adds missing dependency to camlp4
This commit is contained in:
parent
4f0bc8e060
commit
35c92ec1ac
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl, ocaml_pcre, ocamlnet, ocaml, findlib}:
|
{stdenv, fetchurl, ocaml_pcre, ocamlnet, ocaml, findlib, camlp4}:
|
||||||
|
|
||||||
let
|
let
|
||||||
ocaml_version = (builtins.parseDrvName ocaml.name).version;
|
ocaml_version = (builtins.parseDrvName ocaml.name).version;
|
||||||
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "070xw033r4pk6f4l0wcknm75y9qm4mp622a4cgzmcfhm58v6kssn";
|
sha256 = "070xw033r4pk6f4l0wcknm75y9qm4mp622a4cgzmcfhm58v6kssn";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ocaml_pcre ocamlnet ocaml findlib];
|
buildInputs = [ocaml_pcre ocamlnet ocaml findlib camlp4];
|
||||||
|
|
||||||
createFindlibDestdir = true;
|
createFindlibDestdir = true;
|
||||||
|
|
||||||
@ -30,10 +30,10 @@ stdenv.mkDerivation {
|
|||||||
make all opt
|
make all opt
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://upsilon.cc/~zack/hacking/software/ocaml-http/";
|
homepage = "http://upsilon.cc/~zack/hacking/software/ocaml-http/";
|
||||||
description = "do it yourself (OCaml) HTTP daemon";
|
description = "do it yourself (OCaml) HTTP daemon";
|
||||||
license = stdenv.lib.licenses.lgpl2;
|
license = licenses.lgpl2;
|
||||||
maintainers = [ stdenv.lib.maintainers.roconnor ];
|
maintainers = with maintainers; [ roconnor vbgl ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user