summary refs log tree commit diff
path: root/pkgs/tools/typesetting/scdoc/default.nix
Commit message (Collapse)AuthorAge
* scdoc: Use $SOURCE_DATE_EPOCH to produce reproducible man pagesMichael Weiss2018-11-05
| | | | | | Use this patch until something like it is in the upstream repository. Without it, the current date is used for the man pages, which makes them non-reproducible.
* scdoc: 1.5.1 -> 1.5.2Michael Weiss2018-10-21
|
* scdoc: Update the URLs (homepage and download)Michael Weiss2018-10-09
|
* scdoc: 1.4.2 -> 1.5.1Michael Weiss2018-10-08
|
* scdoc: Switch to fetchgit because the archive is unavailableMichael Weiss2018-10-08
| | | | | | | | The Git repository is still accessible but the webpage [0] and the download link [1] currently return "404 Not Found". [0]: https://git.sr.ht/~sircmpwn/scdoc/ [1]: https://git.sr.ht/~sircmpwn/scdoc/snapshot/scdoc-${version}.tar.xz
* scdoc: 1.4.1 -> 1.4.2Michael Weiss2018-09-12
|
* scdoc: 1.3.4 -> 1.4.1Michael Weiss2018-08-07
|
* scdoc: 1.3.3 -> 1.3.4Michael Weiss2018-06-01
|
* scdoc: init at 1.3.3 (#41315)Michael Weiss2018-05-31
We'll need this to build the man pages of sway 1.0 (sway 1.0-alpha.2: "This release replaces the asciidoc dependency with scdoc." [0]). [0]: https://github.com/swaywm/sway/releases/tag/1.0-alpha.2