mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: texlive-mkpattern: Refresh package definition.
* gnu/packages/tex.scm (texlive-mkpattern): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
02277f9213
commit
2fe780d14d
1 changed files with 14 additions and 14 deletions
|
@ -1811,22 +1811,22 @@ (define-deprecated-package texlive-latex-amsfonts texlive-amsfonts)
|
||||||
|
|
||||||
(define-public texlive-mkpattern
|
(define-public texlive-mkpattern
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-mkpattern")
|
||||||
"texlive-mkpattern"
|
(version (number->string %texlive-revision))
|
||||||
(list "/doc/plain/mkpattern/README"
|
(source (texlive-origin
|
||||||
"/doc/plain/mkpattern/mkpatdoc.tex"
|
name version
|
||||||
"/doc/plain/mkpattern/mkpatter.pdf"
|
(list "doc/plain/mkpattern/" "tex/plain/mkpattern/")
|
||||||
"/doc/plain/mkpattern/mkpattern-exmpl.tex"
|
(base32
|
||||||
"/tex/plain/mkpattern/mkpatter.tex")
|
"0sxnkbcc802jl3fj56x9hvg978bpv15lhrwj0aykb4syq29l47ga")))
|
||||||
(base32
|
(outputs '("out" "doc"))
|
||||||
"0sxnkbcc802jl3fj56x9hvg978bpv15lhrwj0aykb4syq29l47ga")
|
(build-system texlive-build-system)
|
||||||
#:trivial? #t))
|
|
||||||
(home-page "https://ctan.org/pkg/mkpattern")
|
(home-page "https://ctan.org/pkg/mkpattern")
|
||||||
(synopsis "Utility for making hyphenation patterns")
|
(synopsis "Utility for making hyphenation patterns")
|
||||||
(description "Mkpattern is a general purpose program for the generation of
|
(description
|
||||||
hyphenation patterns, with definition of letter sets and template-like
|
"Mkpattern is a general purpose program for the generation of hyphenation
|
||||||
constructions. It also provides an easy way to handle different input and
|
patterns, with definition of letter sets and template-like constructions. It
|
||||||
output encodings, and features generation of clean UTF-8 patterns.")
|
also provides an easy way to handle different input and output encodings, and
|
||||||
|
features generation of clean UTF-8 patterns.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
;; This provides etex.src which is needed to build various formats, including
|
;; This provides etex.src which is needed to build various formats, including
|
||||||
|
|
Loading…
Reference in a new issue