mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
61233e0134
commit
7bfc8cf966
1 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue