From 407c762f18e187d339c2936e592d2d1de6c5e53b Mon Sep 17 00:00:00 2001 From: Florent Becker Date: Wed, 15 Oct 2014 11:13:04 +0200 Subject: [PATCH] Make uutf a *propagated*BuildInput of ocamlPackages.tyxml --- pkgs/development/ocaml-modules/tyxml/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/tyxml/default.nix b/pkgs/development/ocaml-modules/tyxml/default.nix index 2222af8d181c..77cf0638255f 100644 --- a/pkgs/development/ocaml-modules/tyxml/default.nix +++ b/pkgs/development/ocaml-modules/tyxml/default.nix @@ -8,7 +8,9 @@ stdenv.mkDerivation { sha256 = "0r1hj8qy91i48nd7wj0x2dqrgspqrry5awraxl4pl10vh0mn6pk7"; }; - buildInputs = [ocaml findlib ocaml_oasis camlp4 uutf]; + buildInputs = [ocaml findlib ocaml_oasis camlp4]; + + propagatedBuildInputs = [uutf]; createFindlibDestdir = true;