14 buildDunePackage rec {
15 pname = "mirage-block-unix";
19 url = "https://github.com/mirage/mirage-block-unix/releases/download/v${version}/mirage-block-unix-${version}.tbz";
20 sha256 = "sha256-6ReAzd+pCd5ccmXOh6GlSxHo4GuEgptxLha62n+dBsE=";
23 minimalOCamlVersion = "4.08";
26 propagatedBuildInputs = [
41 description = "MirageOS disk block driver for Unix";
42 homepage = "https://github.com/mirage/mirage-block-unix";
43 license = licenses.isc;
44 maintainers = with maintainers; [ ehmry ];