summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-16 01:21:35 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-16 11:22:56 +0200
commit91c34911a1a7e2f4ad667af241e1b510a7daea34 (patch)
treeb2fda36b20bf43248898c07c5eccfe1aacb94bc0
parent1c9f51b8afaaee17d4a2092c02df9a65944c565c (diff)
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.
-rw-r--r--gnu/packages/tex.scm9
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1128a66a3a..0b15a91f21 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32560,12 +32560,15 @@ DVIPDFMx.")
"170lwb97ji9zgmmayzxmpawjkzk50g7rwqmwr11w72zfqkc2v9g2")))
(outputs '("out" "doc"))
(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")
(synopsis "Typeset Chinese representations of numbers")
(description
- "The package provides commands to typeset Chinese representations of numbers.
-The main difference between this package and CJKnumb is that the commands
-provided are expandable in the proper way.")
+ "The package provides commands to typeset Chinese representations of
+numbers. The main difference between this package and CJKnumb is that the
+commands provided are expandable in the proper way.")
(license license:lppl1.3c)))
(define-public texlive-zhspacing