gnu: texlive-pdflscape: Refresh package definition.
* gnu/packages/tex.scm (texlive-pdflscape): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-ATBEGSHI, TEXLIVE-GRAPHICS, and TEXLIVE-IFTEX.
This commit is contained in:
parent
7f50ce1725
commit
fcf0197dce
1 changed files with 15 additions and 8 deletions
|
@ -12351,14 +12351,21 @@ Several keys customize the appearance of the chart elements.")
|
||||||
|
|
||||||
(define-public texlive-pdflscape
|
(define-public texlive-pdflscape
|
||||||
(package
|
(package
|
||||||
(inherit
|
(name "texlive-pdflscape")
|
||||||
(simple-texlive-package
|
(version (number->string %texlive-revision))
|
||||||
"texlive-pdflscape"
|
(source (texlive-origin
|
||||||
(list "doc/latex/pdflscape/"
|
name version
|
||||||
"source/latex/pdflscape/"
|
(list "doc/latex/pdflscape/"
|
||||||
"tex/latex/pdflscape/")
|
"source/latex/pdflscape/"
|
||||||
(base32 "05vvmwd8vlzs2x2rm6pfzlvrrihqf924d7krlrkvc6giiwyfsic4")
|
"tex/latex/pdflscape/")
|
||||||
#:trivial? #t))
|
(base32
|
||||||
|
"05vvmwd8vlzs2x2rm6pfzlvrrihqf924d7krlrkvc6giiwyfsic4")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list texlive-atbegshi
|
||||||
|
texlive-graphics
|
||||||
|
texlive-iftex))
|
||||||
(home-page "https://ctan.org/pkg/pdflscape")
|
(home-page "https://ctan.org/pkg/pdflscape")
|
||||||
(synopsis "Make landscape pages display as landscape")
|
(synopsis "Make landscape pages display as landscape")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue