gnu: Add texlive-noconflict.

* gnu/packages/tex.scm (texlive-noconflict): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:56:45 +02:00
parent e25b6b967c
commit dcfa091d12
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -90309,6 +90309,26 @@ (define-public texlive-nlctdoc
anyone who wants to compile the documentation of those packages.")
(license license:lppl)))
(define-public texlive-noconflict
(package
(name "texlive-noconflict")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/noconflict/"
"tex/latex/noconflict/")
(base32
"0bsn56qy21j8iqrk0cz522ad7x9sn67gfrk5xzjf6y9yhyach44p")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/noconflict")
(synopsis "Resolve macro name conflict between packages")
(description
"The package provides several commands to prefix (and hence obscure) a macro's
(or a sequence of macros') name, and to restore the original macro(s) at places
in a document where they are needed.")
(license license:lppl1.3+)))
;;;
;;; 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