diff options
| author | AwesomeAdam54321 <adam.faiz@disroot.org> | 2025-11-02 20:16:51 +0800 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2025-11-09 13:02:54 +0530 |
| commit | 7d23866f0dbcb4b52d4bf92ac5a1b8680d223e77 (patch) | |
| tree | d61d47c95ca56a8a451a900659f6d9fb483c79f7 | |
| parent | 0a6dbaeb668db011fa470cc6bd3a8bc9539b515d (diff) | |
gnu: Add discount-2.
* gnu/packages/markup.scm (discount-2): New variable.
Change-Id: Ic71a3d01b735dcdd20730efde69e29fb2f7a8a62
Signed-off-by: Sughosha <sughosha@disroot.org>
| -rw-r--r-- | gnu/packages/markup.scm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm index 2e0b17d51cd..0af7cbd5e55 100644 --- a/gnu/packages/markup.scm +++ b/gnu/packages/markup.scm @@ -329,6 +329,18 @@ documents in the ms and man formats, LaTeX, gemini, and terminal output.") (home-page "https://www.pell.portland.or.us/~orc/Code/discount/") (license license:bsd-3))) +(define-public discount-2 + (package/inherit discount + (version "2.2.7d") + (source (origin + (method url-fetch) + (uri (string-append + "http://www.pell.portland.or.us/~orc/Code/" + "discount/discount-" version ".tar.bz2")) + (sha256 + (base32 + "0lkvnysnnaw431dam3b8b1f0ln1iscas5wcgw0bxx35fjqg098hj")))))) + (define-public perl-text-markdown (package (name "perl-text-markdown") |
