ocamlPackages.mirage-stack: remove at 4.0.0
This commit is contained in:
parent
d80d16585d
commit
bcdc6b151b
2 changed files with 0 additions and 24 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue