ocaml-optcomp: adds dependency to camlp4
This commit is contained in:
parent
ff86c33f1d
commit
cac51e4e09
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl, ocaml, findlib}:
|
{stdenv, fetchurl, ocaml, findlib, camlp4}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ocaml-optcomp";
|
name = "ocaml-optcomp";
|
||||||
@ -9,13 +9,13 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
createFindlibDestdir = true;
|
createFindlibDestdir = true;
|
||||||
|
|
||||||
buildInputs = [ocaml findlib];
|
buildInputs = [ocaml findlib camlp4];
|
||||||
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/diml/optcomp;
|
homepage = https://github.com/diml/optcomp;
|
||||||
description = "Optional compilation for OCaml with cpp-like directives";
|
description = "Optional compilation for OCaml with cpp-like directives";
|
||||||
license = "BSD";
|
license = stdenv.lib.licenses.bsd3;
|
||||||
platforms = ocaml.meta.platforms;
|
platforms = ocaml.meta.platforms;
|
||||||
maintainers = [
|
maintainers = [
|
||||||
stdenv.lib.maintainers.gal_bolle
|
stdenv.lib.maintainers.gal_bolle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user