about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ulex
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2022-03-04 11:30:58 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2022-03-25 13:55:18 +0100
commit661ee6b46824286320843905569061c4a5a2594b (patch)
treeb18179b244d0c209930822139a3c8aaaf81983ec /pkgs/development/ocaml-modules/ulex
parent6e30c654e10ee724a384aa2089c3627fb7817d40 (diff)
ocamlPackages treewide: Add missing inputs
Diffstat (limited to 'pkgs/development/ocaml-modules/ulex')
-rw-r--r--pkgs/development/ocaml-modules/ulex/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/ulex/default.nix b/pkgs/development/ocaml-modules/ulex/default.nix
index 9a5848db3f7b4..d08f2c4c0ae3a 100644
--- a/pkgs/development/ocaml-modules/ulex/default.nix
+++ b/pkgs/development/ocaml-modules/ulex/default.nix
@@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
   createFindlibDestdir = true;
 
   nativeBuildInputs = [ ocaml findlib ocamlbuild camlp4 ];
+  propagatedBuildInputs = [ camlp4 ];
 
   strictDeps = true;