about summary refs log tree commit diff
path: root/nixpkgs/pkgs/data/documentation/s6-man-pages/default.nix
blob: 78e3d1a3b866bca368bf08f5e4235cc0a7955e5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ lib, buildManPages }:

buildManPages {
  pname = "s6-man-pages";
  version = "2.10.0.3.1";
  sha256 = "0q9b6v7kbyjsh390s4bw80kjdp92kih609vlmnpl1qzyrr6kivsg";
  description = "Port of the documentation for the s6 supervision suite to mdoc";
  sections = [ 1 7 ];
  maintainers = [ lib.maintainers.sternenseemann ];
}