me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-nicefilelist.

* gnu/packages/tex.scm (texlive-nicefilelist): New variable.
master
Nicolas Goaziou 2023-08-29 15:56:38 +02:00
parent a61800e7da
commit 4d8d127c7d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -90157,6 +90157,27 @@ generated.")
examples for the font installation guide.")
(license license:lppl1.3+)))
(define-public texlive-nicefilelist
(package
(name "texlive-nicefilelist")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/nicefilelist/"
"source/latex/nicefilelist/"
"tex/latex/nicefilelist/")
(base32
"0wylqgqrwdsyqx16whksgpvm3f1d83cssz5qk7nk3k7vn3da81mn")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/nicefilelist")
(synopsis "Provide @code{\\listfiles} alignment")
(description
"The package extends @code{longnamefilelist}, keeping separate columns for
date, version and caption. Alignment is not disturbed by short file name
extensions, such as @file{.fd}.")
(license license:lppl1.3c)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar