ocamlPackages.mirage-stack: remove at 4.0.0

This commit is contained in:
Vincent Laporte 2023-08-29 07:08:22 +02:00
parent d80d16585d
commit bcdc6b151b
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F
2 changed files with 0 additions and 24 deletions

View file

@ -1,22 +0,0 @@
{ lib, buildDunePackage, fetchurl, tcpip }:
buildDunePackage rec {
pname = "mirage-stack";
version = "4.0.0";
duneVersion = "3";
src = fetchurl {
url = "https://github.com/mirage/mirage-stack/releases/download/v${version}/mirage-stack-v${version}.tbz";
hash = "sha256-q70zGQvT5KTqvL37bZjSD8Su0P72KCUesyfWJcI8zPw=";
};
propagatedBuildInputs = [ tcpip ];
meta = {
description = "MirageOS signatures for network stacks";
homepage = "https://github.com/mirage/mirage-stack";
license = lib.licenses.isc;
maintainers = [ lib.maintainers.vbgl ];
};
}

View file

@ -1056,8 +1056,6 @@ let
mirage-runtime = callPackage ../development/ocaml-modules/mirage/runtime.nix { };
mirage-stack = callPackage ../development/ocaml-modules/mirage-stack { };
mirage-time = callPackage ../development/ocaml-modules/mirage-time { };
mirage-time-unix = callPackage ../development/ocaml-modules/mirage-time/unix.nix { };