mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: texlive-ctex: Fix build.
* gnu/packages/tex.scm (texlive-ctex)[arguments]<#:phases>: Delete BUILD phase as a workaround, and use pre-generated files.
This commit is contained in:
parent
8f56ab79e8
commit
6f85fa0bcf
1 changed files with 3 additions and 0 deletions
|
@ -11950,6 +11950,9 @@ (define-public texlive-ctex
|
|||
"17zyr0cyxvp91832q35ha3qabdzh4njh96yvp4gfkkfkkszqp3jh")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(arguments
|
||||
;; FIXME: I couldn't find how to build this package from source.
|
||||
(list #:phases #~(modify-phases %standard-phases (delete 'build))))
|
||||
(propagated-inputs
|
||||
(list texlive-adobemapping
|
||||
texlive-atbegshi
|
||||
|
|
Loading…
Reference in a new issue