mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-properties.
* gnu/packages/tex.scm (texlive-properties): New variable.
This commit is contained in:
parent
176b8d448d
commit
591706d563
1 changed files with 19 additions and 0 deletions
|
@ -93097,6 +93097,25 @@ (define-public texlive-proofread
|
|||
either corrected or uncorrected state, both without margin notes.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-properties
|
||||
(package
|
||||
(name "texlive-properties")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/properties/"
|
||||
"tex/latex/properties/")
|
||||
(base32
|
||||
"0za99c6894nmss3jz7ivbx7gia2c6pzqsxnr0rmzayd4ig4q543y")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/properties")
|
||||
(synopsis "Load properties from a file")
|
||||
(description
|
||||
"The package loads properties (key, value) from a properties file, e.g.,
|
||||
@code{\\jobname.properties}.")
|
||||
(license license:lppl)))
|
||||
|
||||
;;;
|
||||
;;; 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
|
||||
|
|
Loading…
Reference in a new issue