about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/odoc-parser
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/odoc-parser
parent6e30c654e10ee724a384aa2089c3627fb7817d40 (diff)
ocamlPackages treewide: Add missing inputs
Diffstat (limited to 'pkgs/development/ocaml-modules/odoc-parser')
-rw-r--r--pkgs/development/ocaml-modules/odoc-parser/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/odoc-parser/default.nix b/pkgs/development/ocaml-modules/odoc-parser/default.nix
index 7a2b5abd974b4..9e4e4bc8d1de2 100644
--- a/pkgs/development/ocaml-modules/odoc-parser/default.nix
+++ b/pkgs/development/ocaml-modules/odoc-parser/default.nix
@@ -23,7 +23,7 @@ buildDunePackage rec {
 
   useDune2 = true;
 
-  buildInputs = [ astring result ];
+  propagatedBuildInputs = [ astring result ];
 
   meta = {
     description = "Parser for Ocaml documentation comments";