gnu: Add texlive-wallpaper.

* gnu/packages/tex.scm (texlive-wallpaper): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-24 00:13:12 +02:00
parent 9f1b0e9af0
commit a84b930135
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -32165,6 +32165,27 @@ (define-public texlive-vntex
(license (list license:lppl1.3+
(license:fsf-free "file://source/generic/vntex/LICENSE-utopia.txt")))))
(define-public texlive-wallpaper
(package
(name "texlive-wallpaper")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/wallpaper/"
"tex/latex/wallpaper/")
(base32
"07ynf0b7czqqz0ha70ccvdxmcm3s6px82s1101llwbpxhwpqis5i")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/wallpaper")
(synopsis
"Add wallpapers (background images) to LaTeX documents, including tiling")
(description
"This collection contains files to add wallpapers (background images) to
LaTeX documents. It provides simple commands to include effects such as
tiling.")
(license license:lppl)))
(define-public texlive-wargame
(package
(name "texlive-wargame")