e5fe6f4c58
Upstream has started passing the `-D` flag to install thankfully, so we no longer need to create the section subdirectories ahead of time.
9 lines
296 B
Nix
9 lines
296 B
Nix
{ lib, buildManPages }:
|
|
|
|
buildManPages {
|
|
pname = "s6-man-pages";
|
|
version = "2.11.0.0.1";
|
|
sha256 = "00nxlpdf0kkdadyv84vj5w66y926pccqls8prkbip3zmcmnqgghs";
|
|
description = "Port of the documentation for the s6 supervision suite to mdoc";
|
|
maintainers = [ lib.maintainers.sternenseemann ];
|
|
}
|