mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01:00
gnu: texlive-xifthen: Refresh package definition.
* gnu/packages/tex.scm (texlive-xifthen): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-IFMTARG, TEXLIVE-TOOLS.
This commit is contained in:
parent
bc9094beb7
commit
7d20f2f976
1 changed files with 11 additions and 7 deletions
|
@ -11869,14 +11869,18 @@ by the following fonts:
|
||||||
|
|
||||||
(define-public texlive-xifthen
|
(define-public texlive-xifthen
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-xifthen")
|
||||||
"texlive-xifthen"
|
(version (number->string %texlive-revision))
|
||||||
(list "doc/latex/xifthen/"
|
(source (texlive-origin
|
||||||
"tex/latex/xifthen/")
|
name version
|
||||||
|
(list "doc/latex/xifthen/" "tex/latex/xifthen/")
|
||||||
(base32
|
(base32
|
||||||
"0b33mlmnxsj5mi06v2w2zgamk51mgv1lxdr1cax8nkpn9g7n9axw")
|
"0b33mlmnxsj5mi06v2w2zgamk51mgv1lxdr1cax8nkpn9g7n9axw")))
|
||||||
#:trivial? #t))
|
(outputs '("out" "doc"))
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list texlive-ifmtarg
|
||||||
|
texlive-tools))
|
||||||
(home-page "https://ctan.org/pkg/xifthen")
|
(home-page "https://ctan.org/pkg/xifthen")
|
||||||
(synopsis "Extended conditional commands")
|
(synopsis "Extended conditional commands")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Reference in a new issue