me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fileinfo.

* gnu/packages/tex.scm (texlive-fileinfo): New variable.
master
Nicolas Goaziou 2023-08-29 15:50:13 +02:00
parent bb3d9bbce3
commit 5615668f83
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -82091,6 +82091,28 @@ its modification date according to @code{\\pdffilemoddate} if the latter is
available.")
(license license:lppl)))
(define-public texlive-fileinfo
(package
(name "texlive-fileinfo")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/fileinfo/"
"source/latex/fileinfo/"
"tex/latex/fileinfo/")
(base32
"1i6nvxkzh67bkkqhd64bl2ivqd9v3y1qkw4qxy8pk49hc57mpc4b")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/fileinfo")
(synopsis "Enhanced display of LaTeX File Information")
(description
"The bundle provides two packages, @code{readprov} and @code{myfilist}. The
@code{readprov} package provides a means of reading file information without
loading the body of the file. The @code{myfilist} package uses
@code{readprov} and controls what @code{\\listfiles} will report.")
(license license:lppl1.3+)))
;;;
;;; 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