me
/
guix
Archived
1
0
Fork 0

gnu: Add texi2html-1.82.

* gnu/packages/texinfo.scm (texi2html-1.82): New variable.
master
Nicolas Goaziou 2020-04-05 02:04:39 +02:00
parent 376ba0ce57
commit f9f3ac4eda
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 13 additions and 0 deletions

View File

@ -4,6 +4,7 @@
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2017, 2019 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;;
;;; This file is part of GNU Guix.
;;;
@ -188,6 +189,18 @@ Texi2HTML.")
;; Files in /lib under lgpl2.1+ and x11
(license gpl2+)))
(define-public texi2html-1.82
(package
(inherit texi2html)
(version "1.82")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://savannah/texi2html/"
"texi2html-" version ".tar.bz2"))
(sha256
(base32 "1wdli2szkgm3l0vx8rf6lylw0b0m47dlz9iy004n928nqkzix76n"))))))
(define-public pinfo
(package
(name "pinfo")