10 buildDunePackage rec {
11 pname = "mirage-unix";
17 url = "https://github.com/mirage/${pname}/releases/download/v${version}/${pname}-${version}.tbz";
18 hash = "sha256-U1oLznUDBcJLcVygfSiyl5qRLDM27cm/WrjT0vSGhPg=";
21 propagatedBuildInputs = [
29 homepage = "https://github.com/mirage/mirage-unix";
30 description = "Unix core platform libraries for MirageOS";
31 license = licenses.isc;
32 maintainers = with maintainers; [ sternenseemann ];