0d9fc34957
GitOrigin-RevId: 5ed481943351e9fd354aeb557679624224de38d5
9 lines
288 B
Nix
9 lines
288 B
Nix
{ lib, buildManPages }:
|
|
|
|
buildManPages {
|
|
pname = "s6-man-pages";
|
|
version = "2.11.2.0.1";
|
|
sha256 = "LHpQgM+uMDdGYfdaMlhP1bA7Y4UgydUJaDJr7fZlq5Y=";
|
|
description = "Port of the documentation for the s6 supervision suite to mdoc";
|
|
maintainers = [ lib.maintainers.sternenseemann ];
|
|
}
|