mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add texlive-pdfpagediff.
* gnu/packages/tex.scm (texlive-pdfpagediff): New variable.
This commit is contained in:
parent
cae882dddd
commit
069bb070fb
1 changed files with 17 additions and 0 deletions
|
@ -91816,6 +91816,23 @@ (define-public texlive-pdfoverlay
|
|||
page.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-pdfpagediff
|
||||
(package
|
||||
(name "texlive-pdfpagediff")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/pdfpagediff/"
|
||||
"tex/latex/pdfpagediff/")
|
||||
(base32
|
||||
"02mz7qc68772ixdmnrdi7a9mrfimzfaxxjc31c01jrrx7ph4g33y")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/pdfpagediff")
|
||||
(synopsis "Find difference between two PDF")
|
||||
(description "This package finds the differences between two PDF files.")
|
||||
(license license:lppl1.0+)))
|
||||
|
||||
;;;
|
||||
;;; 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