ocamlPackages.mirage-console-unix: remove at 5.1.0

This commit is contained in:
Vincent Laporte 2024-08-12 06:39:53 +02:00 committed by Vincent Laporte
parent 19878eaf16
commit 8bcc5c9e25
2 changed files with 0 additions and 21 deletions

View File

@ -1,19 +0,0 @@
{ buildDunePackage, mirage-console, cstruct, cstruct-lwt }:
buildDunePackage {
pname = "mirage-console-unix";
inherit (mirage-console) version src;
duneVersion = "3";
propagatedBuildInputs = [
mirage-console
cstruct
cstruct-lwt
];
meta = mirage-console.meta // {
description = "Implementation of Mirage consoles for Unix";
};
}

View File

@ -1123,8 +1123,6 @@ 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-ec = callPackage ../development/ocaml-modules/mirage-crypto/ec.nix { };