9c6ee729d6
GitOrigin-RevId: 6cee3b5893090b0f5f0a06b4cf42ca4e60e5d222
9 lines
306 B
Nix
9 lines
306 B
Nix
{ 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 ];
|
|
}
|