summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/letsencrypt/app.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/letsencrypt/app.nix')
-rw-r--r--pkgs/development/ocaml-modules/letsencrypt/app.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/letsencrypt/app.nix b/pkgs/development/ocaml-modules/letsencrypt/app.nix
index dc9006d6d16b..de1dbbb8c849 100644
--- a/pkgs/development/ocaml-modules/letsencrypt/app.nix
+++ b/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 // {