gnu: texlive-extract: Skip build.

* gnu/packages/tex.scm (texlive-extract)[arguments]<#:phases>: Remove BUILD
phase.
[native-inputs]: Add TEXLIVE-ETOOLBOX.

Change-Id: Iaf1fb8368a85619aa00c0241f6098c9bef4a8fea
This commit is contained in:
Nicolas Goaziou 2024-06-26 10:18:47 +02:00 committed by Ludovic Courtès
parent 61233e0134
commit 7bfc8cf966
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -102437,10 +102437,17 @@ (define-public texlive-extract
(outputs '("out" "doc"))
(properties '((updater-extra-native-inputs "texlive-updmap.cfg")))
(build-system texlive-build-system)
(arguments (list #:tex-format "latex"))
(arguments
(list #:tex-format "latex"
#:phases
#~(modify-phases %standard-phases
;; FIXME: Build fails with "LaTeX socket Error: Sockets can
;; only be declared at top-level!". Skip build.
(delete 'build))))
(native-inputs
(list (texlive-updmap.cfg
(list texlive-float
(list texlive-etoolbox
texlive-float
texlive-fourier
texlive-hypdoc
texlive-listings