ocamlPackages.fieldslib_p4: add ocamlbuild dependency
This commit is contained in:
parent
7438e3d97d
commit
e3644f2401
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, ocaml, findlib, type_conv, camlp4 }:
|
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, type_conv, camlp4 }:
|
||||||
|
|
||||||
assert stdenv.lib.versionOlder "4.00" (stdenv.lib.getVersion ocaml);
|
assert stdenv.lib.versionOlder "4.00" (stdenv.lib.getVersion ocaml);
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "1dkzk0wf26rhvji80dz1r56dp6x9zqrnp87wldd4pj56jli94vir";
|
sha256 = "1dkzk0wf26rhvji80dz1r56dp6x9zqrnp87wldd4pj56jli94vir";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ];
|
buildInputs = [ ocaml findlib ocamlbuild ];
|
||||||
propagatedBuildInputs = [ type_conv camlp4 ];
|
propagatedBuildInputs = [ type_conv camlp4 ];
|
||||||
|
|
||||||
createFindlibDestdir = true;
|
createFindlibDestdir = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user