nixpkgs/pkgs/development/skaware-packages/s6-man-pages/default.nix
Adam Joseph 4d139f4f0e s6-man-pages: 2.11.3.2.4 -> 2.12.0.2.1
This updates the manpages to match the software.
2023-12-03 12:16:45 +01:00

10 lines
295 B
Nix

{ lib, buildManPages }:
buildManPages {
pname = "s6-man-pages";
version = "2.12.0.2.1";
sha256 = "sha256-fFU+cRwXb4SwHsI/r0ghuzCf6hEK/muPPp2XMvD8VtQ=";
description = "Port of the documentation for the s6 supervision suite to mdoc";
maintainers = [ lib.maintainers.sternenseemann ];
}