ocaml-ulex: fix build with OCaml-4.02 (depends on camlp4)
This commit is contained in:
parent
d440059e7d
commit
e63c1ea33e
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl, ocaml, findlib }:
|
{ stdenv, fetchurl, ocaml, findlib, camlp4 }:
|
||||||
|
|
||||||
let
|
let
|
||||||
ocaml_version = (builtins.parseDrvName ocaml.name).version;
|
ocaml_version = (builtins.parseDrvName ocaml.name).version;
|
||||||
@ -18,6 +18,7 @@ stdenv.mkDerivation {
|
|||||||
createFindlibDestdir = true;
|
createFindlibDestdir = true;
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ];
|
buildInputs = [ ocaml findlib ];
|
||||||
|
propagatedBuildInputs = [ camlp4 ];
|
||||||
|
|
||||||
buildFlags = "all all.opt";
|
buildFlags = "all all.opt";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user