From 9dcaaeafff950b6dd6e4d415b49a027a31983783 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 13 Apr 2020 12:51:39 +0200 Subject: ocamlPackages.eqaf: enable cstruct and bigarray modules --- pkgs/development/ocaml-modules/eqaf/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkgs/development/ocaml-modules') diff --git a/pkgs/development/ocaml-modules/eqaf/default.nix b/pkgs/development/ocaml-modules/eqaf/default.nix index 914378431ac9..13d691f71cc7 100644 --- a/pkgs/development/ocaml-modules/eqaf/default.nix +++ b/pkgs/development/ocaml-modules/eqaf/default.nix @@ -1,4 +1,4 @@ -{ lib, fetchurl, buildDunePackage }: +{ lib, fetchurl, buildDunePackage, cstruct, bigarray-compat }: buildDunePackage rec { minimumOCamlVersion = "4.03"; @@ -10,6 +10,8 @@ buildDunePackage rec { sha256 = "068r231ia87mpqpaqzqb9sjfj6yaqrwvcls2p173aa4qg38xvsq9"; }; + propagatedBuildInputs = [ cstruct bigarray-compat ]; + meta = { description = "Constant time equal function to avoid timing attacks in OCaml"; homepage = "https://github.com/mirage/eqaf"; -- cgit 1.4.1