From 0832152742242d846fab63772adbe88cd5b28f92 Mon Sep 17 00:00:00 2001 From: Jirka Marsik Date: Wed, 29 Oct 2014 20:50:27 +0100 Subject: [PATCH] ocaml-uutf as propagatedBuildInput of ocaml-otfm --- pkgs/development/ocaml-modules/otfm/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/otfm/default.nix b/pkgs/development/ocaml-modules/otfm/default.nix index dbe9146d850..5a118c0bcd8 100644 --- a/pkgs/development/ocaml-modules/otfm/default.nix +++ b/pkgs/development/ocaml-modules/otfm/default.nix @@ -19,7 +19,9 @@ stdenv.mkDerivation rec { sha256 = "1wgi9plf98gd7x3b7fzjxds089sivsap97bl1bw2lj73nxwnyb9c"; }; - buildInputs = [ ocaml findlib opam uutf ]; + buildInputs = [ ocaml findlib opam ]; + + propagatedBuildInputs = [ uutf ]; createFindlibDestdir = true;