about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ulex
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/ulex')
-rw-r--r--pkgs/development/ocaml-modules/ulex/0.8/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/ulex/0.8/default.nix b/pkgs/development/ocaml-modules/ulex/0.8/default.nix
index 169f3bfad8c2..e996b6223b1e 100644
--- a/pkgs/development/ocaml-modules/ulex/0.8/default.nix
+++ b/pkgs/development/ocaml-modules/ulex/0.8/default.nix
@@ -21,6 +21,8 @@ stdenv.mkDerivation {
 
   patches = [ ./meta_version.patch ./camlp5.patch ];
 
+  propagatedBuildInputs = [ camlp5 ];
+
   buildFlags = "all all.opt";
 
   meta = {