mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: texlive-xmltexconfig: Fix build.
* gnu/packages/tex.scm (texlive-xmltexconfig): The package is empty, according to TeX Live. Treat it as a meta-package. Change-Id: Ifc4846164af24384969c48355a8b1f085c0a1327
This commit is contained in:
parent
f2c8b4c07e
commit
9626feb1cb
1 changed files with 5 additions and 11 deletions
|
@ -59216,17 +59216,11 @@ (define-public texlive-xmltexconfig
|
||||||
(package
|
(package
|
||||||
(name "texlive-xmltexconfig")
|
(name "texlive-xmltexconfig")
|
||||||
(version "2024.2")
|
(version "2024.2")
|
||||||
(source (origin
|
;; XXX: The package is actually empty in TeX Live. Treat it as
|
||||||
(method svn-multi-fetch)
|
;; a meta-package until it is removed from TeX Live.
|
||||||
(uri (svn-multi-reference
|
(source #f)
|
||||||
(url (texlive-packages-repository version))
|
(build-system trivial-build-system)
|
||||||
(revision 70951)
|
(arguments (list #:builder #~(mkdir #$output)))
|
||||||
(locations (list ))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0sjjj9z1dhilhpc8pq4154czrb79z9cm044jvn75kxcjv6v5l2m5"))))
|
|
||||||
(build-system texlive-build-system)
|
|
||||||
(home-page "https://ctan.org/pkg/xmltexconfig")
|
(home-page "https://ctan.org/pkg/xmltexconfig")
|
||||||
(synopsis "Configuration files for @code{xmltex} and @code{pdfxmltex}")
|
(synopsis "Configuration files for @code{xmltex} and @code{pdfxmltex}")
|
||||||
(description "This package provides configuration files for @code{xmltex}
|
(description "This package provides configuration files for @code{xmltex}
|
||||||
|
|
Loading…
Reference in a new issue