Merge pull request #290982 from vbgl/ocaml-exit-mirage-fs
ocamlPackages.mirage-fs: remove at 4.0.0
This commit is contained in:
commit
0e9d104e79
2 changed files with 0 additions and 26 deletions
|
@ -1,24 +0,0 @@
|
|||
{ lib, fetchurl, buildDunePackage
|
||||
, cstruct, fmt, lwt, mirage-kv
|
||||
}:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "mirage-fs";
|
||||
version = "4.0.0";
|
||||
|
||||
duneVersion = "3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/mirage/mirage-fs/releases/download/v${version}/mirage-fs-v${version}.tbz";
|
||||
hash = "sha256-PYZ2HCPuxOv4FU7EHymsa1oIZU7q8TSzzRvlngYdZ3s=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ cstruct fmt lwt mirage-kv ];
|
||||
|
||||
meta = {
|
||||
description = "MirageOS signatures for filesystem devices";
|
||||
homepage = "https://github.com/mirage/mirage-fs";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = [ lib.maintainers.vbgl ];
|
||||
};
|
||||
}
|
|
@ -1134,8 +1134,6 @@ let
|
|||
|
||||
mirage-flow-unix = callPackage ../development/ocaml-modules/mirage-flow/unix.nix { };
|
||||
|
||||
mirage-fs = callPackage ../development/ocaml-modules/mirage-fs { };
|
||||
|
||||
mirage-kv = callPackage ../development/ocaml-modules/mirage-kv { };
|
||||
|
||||
mirage-logs = callPackage ../development/ocaml-modules/mirage-logs { };
|
||||
|
|
Loading…
Reference in a new issue