mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-03 03:23:17 +00:00
ocamlPackages.mirage-crypto-rng-eio: init at 1.1.0
This commit is contained in:
parent
f883190cf1
commit
f59f2daba3
30
pkgs/development/ocaml-modules/mirage-crypto/rng-eio.nix
Normal file
30
pkgs/development/ocaml-modules/mirage-crypto/rng-eio.nix
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
buildDunePackage,
|
||||
mirage-crypto,
|
||||
mirage-crypto-rng,
|
||||
dune-configurator,
|
||||
eio,
|
||||
eio_main,
|
||||
ohex,
|
||||
}:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "mirage-crypto-rng-eio";
|
||||
|
||||
inherit (mirage-crypto) version src;
|
||||
|
||||
doCheck = true;
|
||||
checkInputs = [
|
||||
eio_main
|
||||
ohex
|
||||
];
|
||||
|
||||
buildInputs = [ dune-configurator ];
|
||||
propagatedBuildInputs = [
|
||||
mirage-crypto
|
||||
mirage-crypto-rng
|
||||
eio
|
||||
];
|
||||
|
||||
meta = mirage-crypto-rng.meta;
|
||||
}
|
@ -1155,6 +1155,8 @@ let
|
||||
|
||||
mirage-crypto-rng-async = callPackage ../development/ocaml-modules/mirage-crypto/rng-async.nix { };
|
||||
|
||||
mirage-crypto-rng-eio = callPackage ../development/ocaml-modules/mirage-crypto/rng-eio.nix { };
|
||||
|
||||
mirage-crypto-rng-lwt = callPackage ../development/ocaml-modules/mirage-crypto/rng-lwt.nix { };
|
||||
|
||||
mirage-crypto-rng-mirage = callPackage ../development/ocaml-modules/mirage-crypto/rng-mirage.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user