nixpkgs/pkgs/development/skaware-packages/s6-man-pages/default.nix
2023-01-17 19:21:00 +00:00

10 lines
288 B
Nix

{ lib, buildManPages }:
buildManPages {
pname = "s6-man-pages";
version = "2.11.2.0.1";
sha256 = "LHpQgM+uMDdGYfdaMlhP1bA7Y4UgydUJaDJr7fZlq5Y=";
description = "Port of the documentation for the s6 supervision suite to mdoc";
maintainers = [ lib.maintainers.sternenseemann ];
}