ocamlPackages.mirage-console-unix: init at 4.0.0
This commit is contained in:
parent
b15ba2369f
commit
eac6fcc16c
17
pkgs/development/ocaml-modules/mirage-console/unix.nix
Normal file
17
pkgs/development/ocaml-modules/mirage-console/unix.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{ buildDunePackage, mirage-console, lwt, cstruct, cstruct-lwt }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "mirage-console-unix";
|
||||
|
||||
inherit (mirage-console) version src useDune2 minimumOCamlVersion;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
mirage-console
|
||||
cstruct
|
||||
cstruct-lwt
|
||||
];
|
||||
|
||||
meta = mirage-console.meta // {
|
||||
description = "Implementation of Mirage consoles for Unix";
|
||||
};
|
||||
}
|
@ -561,6 +561,8 @@ let
|
||||
|
||||
mirage-console = callPackage ../development/ocaml-modules/mirage-console { };
|
||||
|
||||
mirage-console-unix = callPackage ../development/ocaml-modules/mirage-console/unix.nix { };
|
||||
|
||||
mirage-crypto = callPackage ../development/ocaml-modules/mirage-crypto { };
|
||||
|
||||
mirage-crypto-pk = callPackage ../development/ocaml-modules/mirage-crypto/pk.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user