summary refs log tree commit diff
path: root/pkgs/development/skaware-packages/s6-man-pages/default.nix
blob: 44430eacbe08ade585d0cf4461f70c72a2cdefe2 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ lib, buildManPages }:

buildManPages {
  pname = "s6-man-pages";
  version = "2.11.1.1.1";
  sha256 = "sha256-W1+f65+Su1ZjCtzstn/fqWyU9IlQMThd/1lOg1cbCaE=";
  description = "Port of the documentation for the s6 supervision suite to mdoc";
  maintainers = [ lib.maintainers.sternenseemann ];
}