nixpkgs/pkgs/development/skaware-packages/s6-networking-man-pages/default.nix
sternenseemann 86388ba688 skawarePackages.*-man-pages: updates including build system changes
execline-man-pages: 2.9.0.0.1 -> 2.9.3.0.5
s6-man-pages: 2.11.2.0.1 -> 2.11.3.2.4
s6-networking-man-pages: 2.5.1.2.1 -> 2.5.1.3.3
s6-portable-utils-man-pages: 2.2.5.1.1 -> 2.3.0.2.2
2023-06-19 14:30:59 +02:00

10 lines
305 B
Nix

{ lib, buildManPages }:
buildManPages {
pname = "s6-networking-man-pages";
version = "2.5.1.3.3";
sha256 = "02ba5jyfpbib402mfl42pbbdxyjy2vhpiz1b2qdg4ax58yr4jzqk";
description = "Port of the documentation for the s6-networking suite to mdoc";
maintainers = [ lib.maintainers.sternenseemann ];
}