mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: Add texlive-patch.
* gnu/packages/tex.scm (texlive-patch): New variable.
This commit is contained in:
parent
2ae00b3d90
commit
d97a40717c
1 changed files with 20 additions and 0 deletions
|
@ -91526,6 +91526,26 @@ (define-public texlive-pas-tableur
|
|||
population of the cells.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-patch
|
||||
(package
|
||||
(name "texlive-patch")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "source/generic/patch/")
|
||||
(base32
|
||||
"02xfy1fs30nha0l03lqwl8xrpd81855kb5nb660ks83aj187dghy")))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/patch")
|
||||
(synopsis "Patch loaded packages, etc.")
|
||||
(description
|
||||
"The package defines macros that allow patching of existing commands,
|
||||
specifying those parts of the existing macro to be replaced, along with the
|
||||
replacements. Thus it provides more sophisticated manipulation than a package
|
||||
like @code{patchcmd}, which only permits modification by adding commands at
|
||||
the beginning or end of an existing definition.")
|
||||
(license license:lppl)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue