mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: texlive-zhnumber: Fix build.
* gnu/packages/tex.scm (texlive-zhnumber)[arguments]<#:phases>: Delete build phase as a workaround, as I don't know how to build this from source.
This commit is contained in:
parent
1c9f51b8af
commit
91c34911a1
1 changed files with 6 additions and 3 deletions
|
@ -32560,12 +32560,15 @@ (define-public texlive-zhnumber
|
||||||
"170lwb97ji9zgmmayzxmpawjkzk50g7rwqmwr11w72zfqkc2v9g2")))
|
"170lwb97ji9zgmmayzxmpawjkzk50g7rwqmwr11w72zfqkc2v9g2")))
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
|
;; FIXME: I couldn't find how to build this package from source.
|
||||||
|
(arguments
|
||||||
|
(list #:phases #~(modify-phases %standard-phases (delete 'build))))
|
||||||
(home-page "https://ctan.org/pkg/zhnumber")
|
(home-page "https://ctan.org/pkg/zhnumber")
|
||||||
(synopsis "Typeset Chinese representations of numbers")
|
(synopsis "Typeset Chinese representations of numbers")
|
||||||
(description
|
(description
|
||||||
"The package provides commands to typeset Chinese representations of numbers.
|
"The package provides commands to typeset Chinese representations of
|
||||||
The main difference between this package and CJKnumb is that the commands
|
numbers. The main difference between this package and CJKnumb is that the
|
||||||
provided are expandable in the proper way.")
|
commands provided are expandable in the proper way.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-zhspacing
|
(define-public texlive-zhspacing
|
||||||
|
|
Loading…
Reference in a new issue