mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: Add texlive-currency.
* gnu/packages/tex.scm (texlive-currency): New variable.
This commit is contained in:
parent
4a490685bb
commit
03dfc7b238
1 changed files with 20 additions and 0 deletions
|
@ -77641,6 +77641,26 @@ (define-public texlive-cuisine
|
||||||
step (somewhat similarly to the layout used in cooking).")
|
step (somewhat similarly to the layout used in cooking).")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-currency
|
||||||
|
(package
|
||||||
|
(name "texlive-currency")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/currency/"
|
||||||
|
"source/latex/currency/"
|
||||||
|
"tex/latex/currency/")
|
||||||
|
(base32
|
||||||
|
"1xzpgqifdk77ch39gcpfdzrm9vdyxkh3mz7nfh1j1pk2jw5vg3k7")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/currency")
|
||||||
|
(synopsis "Format currencies in a consistent way")
|
||||||
|
(description
|
||||||
|
"The package facilitates the formatting of currencies (amounts and units) with
|
||||||
|
various formatting capabilities.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
;;; of a merge conflict, place them above by existing packages with similar
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue