about summary refs log tree commit diff
path: root/pkgs/data/documentation/execline-man-pages/default.nix
blob: 1a9d9a87ab9210c26387a5aa8cb9cfd6d37a7337 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ lib, buildManPages }:

buildManPages {
  pname = "execline-man-pages";
  version = "2.8.1.0.4";
  sha256 = "1cxi09dlzvjbilmzgmr3xvwvx0l3s1874k3gr85kbjnvp1c1r6cd";
  description = "Port of the documentation for the execline suite to mdoc";
  maintainers = [ lib.maintainers.sternenseemann ];
}