889482aab3
GitOrigin-RevId: f2537a505d45c31fe5d9c27ea9829b6f4c4e6ac5
9 lines
295 B
Nix
9 lines
295 B
Nix
{ lib, buildManPages }:
|
|
|
|
buildManPages {
|
|
pname = "execline-man-pages";
|
|
version = "2.8.3.0.2";
|
|
sha256 = "0fzv5as81aqgl8llbz8c5bk5n56iyh4g70r54wmj71rh2d1pihk5";
|
|
description = "Port of the documentation for the execline suite to mdoc";
|
|
maintainers = [ lib.maintainers.sternenseemann ];
|
|
}
|