mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: Add texlive-nicefilelist.
* gnu/packages/tex.scm (texlive-nicefilelist): New variable.
This commit is contained in:
parent
a61800e7da
commit
4d8d127c7d
1 changed files with 21 additions and 0 deletions
|
@ -90157,6 +90157,27 @@ (define-public texlive-nfssext-cfr
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue