mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-15 09:23:37 +00:00
10 lines
298 B
Nix
10 lines
298 B
Nix
{ lib, buildManPages }:
|
|
|
|
buildManPages {
|
|
pname = "s6-portable-utils-man-pages";
|
|
version = "2.2.5.1.1";
|
|
sha256 = "5up4IfsoHJGYwnDJVnnPWU9sSWS6qq+/6ICtHYjI6pg=";
|
|
description = "Port of the documentation for the s6-portable-utils suite to mdoc";
|
|
maintainers = [ lib.maintainers.somasis ];
|
|
}
|