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