ocamlPackages.ocurl: propagate its curl dependency
This commit is contained in:
parent
8ab3a2a232
commit
2e75b4b479
@ -7,7 +7,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0yn7f3g5wva8nqxh76adpq9rihggc405jkqysfghzwnf3yymyqrr";
|
sha256 = "0yn7f3g5wva8nqxh76adpq9rihggc405jkqysfghzwnf3yymyqrr";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ocaml findlib curl ncurses];
|
buildInputs = [ ocaml findlib ncurses ];
|
||||||
|
propagatedBuildInputs = [ curl ];
|
||||||
createFindlibDestdir = true;
|
createFindlibDestdir = true;
|
||||||
meta = {
|
meta = {
|
||||||
description = "OCaml bindings to libcurl";
|
description = "OCaml bindings to libcurl";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user