about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/mirage-crypto/rng.nix
diff options
context:
space:
mode:
authorThéo Zimmermann <theo.zimmermann@telecom-paris.fr>2023-03-02 10:31:29 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2023-03-09 15:24:25 +0100
commit92d2950194214e975ae7bd2655036689fccac155 (patch)
treea19d30372fe2c1440034d7ff0dd04548db2d8f64 /pkgs/development/ocaml-modules/mirage-crypto/rng.nix
parent2a71eb4aff501754e00c0a7d40fbde2c9d8cc837 (diff)
ocamlPackages.mirage-crypto: 0.10.7 -> 0.11.0
Co-authored-by: Vincent Laporte <vbgl@users.noreply.github.com>
Diffstat (limited to 'pkgs/development/ocaml-modules/mirage-crypto/rng.nix')
-rw-r--r--pkgs/development/ocaml-modules/mirage-crypto/rng.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/mirage-crypto/rng.nix b/pkgs/development/ocaml-modules/mirage-crypto/rng.nix
index 044b8ed27b82e..97de946bc2ccc 100644
--- a/pkgs/development/ocaml-modules/mirage-crypto/rng.nix
+++ b/pkgs/development/ocaml-modules/mirage-crypto/rng.nix
@@ -10,7 +10,7 @@ buildDunePackage rec {
   checkInputs = [ ounit2 randomconv ];
 
   buildInputs = [ dune-configurator ];
-  propagatedBuildInputs = [ cstruct mirage-crypto duration logs mtime ocaml_lwt ];
+  propagatedBuildInputs = [ cstruct mirage-crypto duration logs mtime ];
 
   strictDeps = true;