mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: texinfo: Make version 4.13a available.
* gnu/packages/texinfo.scm (texinfo-4): New variable.
This commit is contained in:
parent
05e8a0b005
commit
bbafef3ff1
1 changed files with 14 additions and 0 deletions
|
@ -50,3 +50,17 @@ (define-public texinfo
|
|||
their source and the command-line Info reader. The emphasis of the language
|
||||
is on expressing the content semantically, avoiding physical markup commands.")
|
||||
(license gpl3+)))
|
||||
|
||||
(define-public texinfo-4
|
||||
(package (inherit texinfo)
|
||||
(version "4.13a")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://gnu/texinfo/texinfo-"
|
||||
version
|
||||
".tar.lzma"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rf9ckpqwixj65bw469i634897xwlgkm5i9g2hv3avl6mv7b0a3d"))))
|
||||
(inputs `(("ncurses" ,ncurses) ("xz" ,xz)))))
|
||||
|
|
Loading…
Reference in a new issue