ocamlPackages.eqaf: enable cstruct and bigarray modules
This commit is contained in:
parent
96bf541725
commit
9dcaaeafff
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user