2021-08-18 13:19:15 +00:00
|
|
|
{ lib, buildManPages }:
|
|
|
|
|
|
|
|
buildManPages {
|
|
|
|
pname = "s6-man-pages";
|
2021-12-19 01:06:50 +00:00
|
|
|
version = "2.11.0.0.5";
|
|
|
|
sha256 = "03gl0vvdaqfb5hs0dfdbs9djxiyq3abcx9vwgkfw22b1rm2fa0r6";
|
2021-08-18 13:19:15 +00:00
|
|
|
description = "Port of the documentation for the s6 supervision suite to mdoc";
|
|
|
|
maintainers = [ lib.maintainers.sternenseemann ];
|
|
|
|
}
|