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

buildManPages {
  pname = "s6-portable-utils-man-pages";
  version = "2.3.0.2.2";
  sha256 = "0zbxr6jqrx53z1gzfr31nm78wjfmyjvjx7216l527nxl9zn8nnv1";
  description = "Port of the documentation for the s6-portable-utils suite to mdoc";
  maintainers = [ lib.maintainers.somasis ];
}