me
/
guix
Archived
1
0
Fork 0

gnu: texlive-grffile: Fix build.

* gnu/packages/tex.scm (texlive-grffile)[source]: Set proper locations.
Remove `simple-texlive-package' call.
Nicolas Goaziou 2023-05-13 11:15:07 +02:00
parent cf3b2f0772
commit 86e7f77220
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 26 deletions

View File

@ -4038,32 +4038,26 @@ the l3kernel and xparse bundles from the LaTeX 3 development team.")
(define-deprecated-package texlive-latex-fontspec texlive-fontspec) (define-deprecated-package texlive-latex-fontspec texlive-fontspec)
(define-public texlive-grffile (define-public texlive-grffile
(let ((template (simple-texlive-package (package
"texlive-grffile" (name "texlive-grffile")
(list "/doc/latex/grffile/README.md" (version (number->string %texlive-revision))
"/source/latex/grffile/grffile.dtx") (source (texlive-origin
(base32 name version
"1ib2n4d52faipvxdvdh4ar1p5j997h7cza26sfyd8z3qdf0naqgx")))) (list "doc/latex/grffile/"
(package "source/latex/grffile/"
(inherit template) "tex/latex/grffile/")
(arguments (base32
(substitute-keyword-arguments (package-arguments template) "01mlvdhqwfwj1l91jfvkdfbn1hj95rlb6xhwikzx1r8qrz5whw7n")))
((#:tex-directory _ #t) (outputs '("out" "doc"))
"latex/grffile") (build-system texlive-build-system)
((#:build-targets _ #t) (home-page "https://www.ctan.org/pkg/grffile")
'(list "grffile.dtx")) (synopsis "Extended file name support for graphics (legacy package)")
((#:phases phases) (description
`(modify-phases ,phases "The original @code{grffile} package extended the file name processing
(add-after 'unpack 'chdir of the @code{graphics} package to support a larger range of file names. The
(lambda _ (chdir "source/latex/grffile/"))))))) base LaTeX code now supports multiple dots and spaces, and this package by
(home-page "https://www.ctan.org/pkg/grffile") default is a stub that just loads @code{graphicx}.")
(synopsis "Extended file name support for graphics (legacy package)") (license license:lppl1.3c+)))
(description
"The original grffile package extended the file name processing of the
@code{graphics} package to support a larger range of file names. The base
LaTeX code now supports multiple dots and spaces, and this package by default
is a stub that just loads @code{graphicx}.")
(license license:lppl1.3c+))))
(define-public texlive-stringenc (define-public texlive-stringenc
(let ((template (simple-texlive-package (let ((template (simple-texlive-package