mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
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 @@ (define-public texlive-pgfgantt
|
|||
|
||||
(define-public texlive-pdflscape
|
||||
(package
|
||||
(inherit
|
||||
(simple-texlive-package
|
||||
"texlive-pdflscape"
|
||||
(list "doc/latex/pdflscape/"
|
||||
"source/latex/pdflscape/"
|
||||
"tex/latex/pdflscape/")
|
||||
(base32 "05vvmwd8vlzs2x2rm6pfzlvrrihqf924d7krlrkvc6giiwyfsic4")
|
||||
#:trivial? #t))
|
||||
(name "texlive-pdflscape")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/pdflscape/"
|
||||
"source/latex/pdflscape/"
|
||||
"tex/latex/pdflscape/")
|
||||
(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")
|
||||
(synopsis "Make landscape pages display as landscape")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue