2021-08-18 13:19:15 +00:00
|
|
|
{ lib, buildManPages }:
|
|
|
|
|
|
|
|
buildManPages {
|
|
|
|
pname = "s6-man-pages";
|
2022-07-14 12:49:19 +00:00
|
|
|
version = "2.11.1.1.1";
|
|
|
|
sha256 = "sha256-W1+f65+Su1ZjCtzstn/fqWyU9IlQMThd/1lOg1cbCaE=";
|
2021-08-18 13:19:15 +00:00
|
|
|
description = "Port of the documentation for the s6 supervision suite to mdoc";
|
|
|
|
maintainers = [ lib.maintainers.sternenseemann ];
|
|
|
|
}
|