diff options
author | sternenseemann | 2021-02-14 14:40:14 +0100 |
---|---|---|
committer | Profpatsch | 2021-08-15 11:43:10 +0200 |
commit | 3a9bb7078804c53f21eca03de82ce47c6c00143a (patch) | |
tree | 9a8f46a18dd7d0beb67b6797de4210d662c4d9d3 /pkgs/data/documentation | |
parent | be6a19a7e66298d4803a913a21ba3a4e0ec31feb (diff) |
s6-man-pages: init at 2.10.0.3.1
Diffstat (limited to 'pkgs/data/documentation')
-rw-r--r-- | pkgs/data/documentation/s6-man-pages/default.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/data/documentation/s6-man-pages/default.nix b/pkgs/data/documentation/s6-man-pages/default.nix new file mode 100644 index 000000000000..78e3d1a3b866 --- /dev/null +++ b/pkgs/data/documentation/s6-man-pages/default.nix @@ -0,0 +1,10 @@ +{ lib, buildManPages }: + +buildManPages { + pname = "s6-man-pages"; + version = "2.10.0.3.1"; + sha256 = "0q9b6v7kbyjsh390s4bw80kjdp92kih609vlmnpl1qzyrr6kivsg"; + description = "Port of the documentation for the s6 supervision suite to mdoc"; + sections = [ 1 7 ]; + maintainers = [ lib.maintainers.sternenseemann ]; +} |