nixpkgs/pkgs/data/documentation/execline-man-pages/default.nix
2022-07-08 13:57:48 +00:00

10 lines
294 B
Nix

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