mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-21 05:04:00 +00:00
86388ba688
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
10 lines
295 B
Nix
10 lines
295 B
Nix
{ lib, buildManPages }:
|
|
|
|
buildManPages {
|
|
pname = "execline-man-pages";
|
|
version = "2.9.3.0.5";
|
|
sha256 = "0fcjrj4xp7y7n1c55k45rxr5m7zpv6cbhrkxlxymd4j603i9jh6d";
|
|
description = "Port of the documentation for the execline suite to mdoc";
|
|
maintainers = [ lib.maintainers.sternenseemann ];
|
|
}
|