1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
nixpkgs/pkgs/data/documentation/s6-man-pages/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
295 B
Nix
Raw Normal View History

2021-02-14 13:40:14 +00:00
{ lib, buildManPages }:
buildManPages {
pname = "s6-man-pages";
2022-06-30 05:16:11 +01:00
version = "2.11.1.1.1";
sha256 = "sha256-W1+f65+Su1ZjCtzstn/fqWyU9IlQMThd/1lOg1cbCaE=";
2021-02-14 13:40:14 +00:00
description = "Port of the documentation for the s6 supervision suite to mdoc";
maintainers = [ lib.maintainers.sternenseemann ];
}