lol

s6-portable-utils-man-pages: init at 2.2.5.0.1

authored by kylie.land and committed by

Alyssa Ross 89fe43fd 042b6153

+14
+9
pkgs/data/documentation/s6-portable-utils-man-pages/default.nix
··· 1 + { lib, buildManPages }: 2 + 3 + buildManPages { 4 + pname = "s6-portable-utils-man-pages"; 5 + version = "2.2.5.0.1"; 6 + sha256 = "sha256-pIh+PKqKJTkaHyYrbWEEzdGDSzEO9E+ekTovu4SVSs4="; 7 + description = "Port of the documentation for the s6-portable-utils suite to mdoc"; 8 + maintainers = [ lib.maintainers.somasis ]; 9 + }
+5
pkgs/top-level/all-packages.nix
··· 20945 20945 s6-networking-man-pages = callPackage ../data/documentation/s6-networking-man-pages { 20946 20946 inherit buildManPages; 20947 20947 }; 20948 + s6-portable-utils-man-pages = callPackage ../data/documentation/s6-portable-utils-man-pages { 20949 + inherit buildManPages; 20950 + }; 20948 20951 20949 20952 mdevd = callPackage ../os-specific/linux/mdevd { }; 20950 20953 nsss = callPackage ../development/libraries/nsss { }; ··· 25289 25292 s6-man-pages = skawarePackages.s6-man-pages; 25290 25293 25291 25294 s6-networking-man-pages = skawarePackages.s6-networking-man-pages; 25295 + 25296 + s6-portable-utils-man-pages = skawarePackages.s6-portable-utils-man-pages; 25292 25297 25293 25298 scientifica = callPackage ../data/fonts/scientifica { }; 25294 25299