1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs/development/skaware-packages/s6-portable-utils-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
306 B
Nix

{ lib, buildManPages }:
buildManPages {
pname = "s6-portable-utils-man-pages";
version = "2.3.0.2.2";
sha256 = "0zbxr6jqrx53z1gzfr31nm78wjfmyjvjx7216l527nxl9zn8nnv1";
description = "Port of the documentation for the s6-portable-utils suite to mdoc";
maintainers = [ lib.maintainers.somasis ];
}