mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -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
|
||||
(name "texlive-xmltexconfig")
|
||||
(version "2024.2")
|
||||
(source (origin
|
||||
(method svn-multi-fetch)
|
||||
(uri (svn-multi-reference
|
||||
(url (texlive-packages-repository version))
|
||||
(revision 70951)
|
||||
(locations (list ))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0sjjj9z1dhilhpc8pq4154czrb79z9cm044jvn75kxcjv6v5l2m5"))))
|
||||
(build-system texlive-build-system)
|
||||
;; XXX: The package is actually empty in TeX Live. Treat it as
|
||||
;; a meta-package until it is removed from TeX Live.
|
||||
(source #f)
|
||||
(build-system trivial-build-system)
|
||||
(arguments (list #:builder #~(mkdir #$output)))
|
||||
(home-page "https://ctan.org/pkg/xmltexconfig")
|
||||
(synopsis "Configuration files for @code{xmltex} and @code{pdfxmltex}")
|
||||
(description "This package provides configuration files for @code{xmltex}
|
||||
|
|
Loading…
Reference in a new issue