gnu: texlive-hycolor: Refresh package definition.
* gnu/packages/tex.scm (texlive-hycolor): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-HOPATCH.
This commit is contained in:
		
							parent
							
								
									fdff8fcc0f
								
							
						
					
					
						commit
						64403b87f1
					
				
					 1 changed files with 20 additions and 22 deletions
				
			
		| 
						 | 
					@ -3697,28 +3697,26 @@ for Greek text font encodings for use with fontenc.")
 | 
				
			||||||
    (license license:lppl1.3+)))
 | 
					    (license license:lppl1.3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public texlive-hycolor
 | 
					(define-public texlive-hycolor
 | 
				
			||||||
  (let ((template  (simple-texlive-package
 | 
					  (package
 | 
				
			||||||
                    "texlive-hycolor"
 | 
					    (name "texlive-hycolor")
 | 
				
			||||||
                    (list "doc/latex/hycolor/"
 | 
					    (version (number->string %texlive-revision))
 | 
				
			||||||
                          "source/latex/hycolor/"
 | 
					    (source (texlive-origin
 | 
				
			||||||
                          "tex/latex/hycolor/")
 | 
					             name version
 | 
				
			||||||
                    (base32
 | 
					             (list "doc/latex/hycolor/" "source/latex/hycolor/"
 | 
				
			||||||
                     "0hmkx37wwmznxjqqnca87shy7qrgqrh2cn5r941ddgivnym31xbh"))))
 | 
					                   "tex/latex/hycolor/")
 | 
				
			||||||
    (package
 | 
					             (base32
 | 
				
			||||||
      (inherit template)
 | 
					              "0hmkx37wwmznxjqqnca87shy7qrgqrh2cn5r941ddgivnym31xbh")))
 | 
				
			||||||
      (outputs '("out" "doc"))
 | 
					    (outputs '("out" "doc"))
 | 
				
			||||||
      (arguments
 | 
					    (build-system texlive-build-system)
 | 
				
			||||||
       (substitute-keyword-arguments (package-arguments template)
 | 
					    (propagated-inputs
 | 
				
			||||||
         ((#:tex-directory _ '())
 | 
					     (list texlive-hopatch))
 | 
				
			||||||
          "latex/hycolor")
 | 
					    (home-page "https://ctan.org/pkg/hycolor")
 | 
				
			||||||
         ((#:build-targets _ '())
 | 
					    (synopsis "Colour for packages @code{hyperref} and @code{bookmark}")
 | 
				
			||||||
          #~(list "hycolor.dtx"))))
 | 
					    (description
 | 
				
			||||||
      (home-page "https://www.ctan.org/pkg/latex-graphics")
 | 
					     "This package provides the code for the color option that is used by
 | 
				
			||||||
      (synopsis "Color for hyperref and bookmark")
 | 
					packages @code{hyperref} and @code{bookmark}.  It is not intended as a package
 | 
				
			||||||
      (description
 | 
					for the user.")
 | 
				
			||||||
       "This package provides the code for the @code{color} option that is
 | 
					    (license license:lppl1.3+)))
 | 
				
			||||||
used by @code{hyperref} and @code{bookmark}.")
 | 
					 | 
				
			||||||
      (license license:lppl1.3c+))))
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-deprecated-package texlive-latex-hycolor texlive-hycolor)
 | 
					(define-deprecated-package texlive-latex-hycolor texlive-hycolor)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue