about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/ocaml-modules/letsencrypt/app.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/ocaml-modules/letsencrypt/app.nix')
-rw-r--r--nixpkgs/pkgs/development/ocaml-modules/letsencrypt/app.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/ocaml-modules/letsencrypt/app.nix b/nixpkgs/pkgs/development/ocaml-modules/letsencrypt/app.nix
index dc9006d6d16b..de1dbbb8c849 100644
--- a/nixpkgs/pkgs/development/ocaml-modules/letsencrypt/app.nix
+++ b/nixpkgs/pkgs/development/ocaml-modules/letsencrypt/app.nix
@@ -12,6 +12,7 @@
 , bos
 , fpath
 , randomconv
+, cstruct
 }:
 
 buildDunePackage {
@@ -37,6 +38,7 @@ buildDunePackage {
     bos
     fpath
     randomconv
+    cstruct
   ];
 
   meta = letsencrypt.meta // {