mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-02 19:14:14 +00:00
10 lines
287 B
Nix
10 lines
287 B
Nix
{ lib, buildManPages }:
|
|
|
|
buildManPages {
|
|
pname = "s6-rc-man-pages";
|
|
version = "0.5.4.1.2";
|
|
sha256 = "Ywke3FG/xhhUd934auDB+iFRDCvy8IJs6IkirP6O/As=";
|
|
description = "mdoc(7) versions of the documentation for the s6-rc service manager";
|
|
maintainers = [ lib.maintainers.qyliss ];
|
|
}
|