1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

s6-rc-man-pages: init at 0.5.4.1.2

This commit is contained in:
Alyssa Ross 2023-06-22 11:42:00 +00:00 committed by sternenseemann
parent 8283d3d8d1
commit b29835fea2
3 changed files with 11 additions and 0 deletions

View file

@ -30,4 +30,5 @@ lib.makeScope pkgs.newScope (self:
s6-man-pages = callPackage ./s6-man-pages { };
s6-networking-man-pages = callPackage ./s6-networking-man-pages { };
s6-portable-utils-man-pages = callPackage ./s6-portable-utils-man-pages { };
s6-rc-man-pages = callPackage ./s6-rc-man-pages { };
})

View file

@ -0,0 +1,9 @@
{ lib, buildManPages }:
buildManPages {
pname = "s6-rc-man-pages";
version = "0.5.4.1.2";
sha256 = "Ywke3FG/xhhUd934auDB+iFRDCvy8IJs6IkirP6O/As=";
description = "mdoc(7) versions of the documentation for the s6-rc service manager";
maintainers = [ lib.maintainers.qyliss ];
}

View file

@ -24265,6 +24265,7 @@ with pkgs;
s6-portable-utils
s6-portable-utils-man-pages
s6-rc
s6-rc-man-pages
sdnotify-wrapper
skalibs
skalibs_2_10