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;