mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
ocamlPackages.mirage-console-unix: remove at 5.1.0
This commit is contained in:
parent
19878eaf16
commit
8bcc5c9e25
@ -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";
|
||||
};
|
||||
}
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user