me
/
guix
Archived
1
0
Fork 0

gnu: texlive-pst-text: Refresh package definition.

* gnu/packages/tex.scm (texlive-pst-text): Remove SIMPLE-TEXLIVE-PACKAGE
call.
Nicolas Goaziou 2023-05-15 20:57:36 +02:00
parent 8418976b0f
commit e92dc9384f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 17 deletions

View File

@ -10492,25 +10492,27 @@ or shading the cells of tables.")
(license license:lppl1.3+)))) (license license:lppl1.3+))))
(define-public texlive-pst-text (define-public texlive-pst-text
(let ((template (simple-texlive-package (package
"texlive-pst-text" (name "texlive-pst-text")
(list "/doc/generic/pst-text/" (version (number->string %texlive-revision))
"/dvips/pst-text/pst-text.pro" (source (texlive-origin
"/tex/generic/pst-text/" name version
"/tex/latex/pst-text/") (list "doc/generic/pst-text/"
(base32 "dvips/pst-text/"
"146fpzd1xlqi94q5r48z8ni8qww713yh6nwkbr9pw27mjrqdadb9") "tex/generic/pst-text/"
#:trivial? #t))) "tex/latex/pst-text/")
(package (base32
(inherit template) "146fpzd1xlqi94q5r48z8ni8qww713yh6nwkbr9pw27mjrqdadb9")))
(propagated-inputs (outputs '("out" "doc"))
(list texlive-pstricks)) (build-system texlive-build-system)
(home-page "http://www.ctan.org/pkg/pst-text") (propagated-inputs
(synopsis "Text and character manipulation in PSTricks") (list texlive-pstricks))
(description "Pst-text is a PSTricks based package for plotting text along (home-page "http://www.ctan.org/pkg/pst-text")
(synopsis "Text and character manipulation in PSTricks")
(description "Pst-text is a PSTricks based package for plotting text along
a different path and manipulating characters. It includes the functionality a different path and manipulating characters. It includes the functionality
of the old package @code{pst-char}.") of the old package @code{pst-char}.")
(license license:lppl)))) (license license:lppl)))
(define-public texlive-marginnote (define-public texlive-marginnote
(let ((template (simple-texlive-package (let ((template (simple-texlive-package