python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / ocaml-modules / hacl-star / default.nix
blob004aa5c9a449cd684e3bc7eece0fdefea9987f3e
1 { lib, buildDunePackage, hacl-star-raw, zarith, cppo }:
3 buildDunePackage {
4   pname = "hacl-star";
6   inherit (hacl-star-raw) version src meta doCheck minimalOCamlVersion;
8   useDune2 = true;
10   propagatedBuildInputs = [
11     hacl-star-raw
12     zarith
13   ];
15   nativeBuildInputs = [
16     cppo
17   ];
19   strictDeps = true;