gnu: texlive-everyshi: Refresh package definition.
* gnu/packages/tex.scm (texlive-everyshi): Remove SIMPLE-TEXLIVE-PACKAGE call. [arguments]<#:tex-format>: Set to "latex".
This commit is contained in:
		
							parent
							
								
									b407ff1506
								
							
						
					
					
						commit
						428914a897
					
				
					 1 changed files with 12 additions and 8 deletions
				
			
		| 
						 | 
					@ -12548,14 +12548,18 @@ compatibility reasons.  See @code{lthooks-doc.pdf} for instructions how to use
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public texlive-everyshi
 | 
					(define-public texlive-everyshi
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (inherit
 | 
					    (name "texlive-everyshi")
 | 
				
			||||||
     (simple-texlive-package
 | 
					    (version (number->string %texlive-revision))
 | 
				
			||||||
      "texlive-everyshi"
 | 
					    (source (texlive-origin
 | 
				
			||||||
      (list "doc/latex/everyshi/"
 | 
					             name version
 | 
				
			||||||
            "source/latex/everyshi/"
 | 
					             (list "doc/latex/everyshi/" "source/latex/everyshi/"
 | 
				
			||||||
            "tex/latex/everyshi/")
 | 
					                   "tex/latex/everyshi/")
 | 
				
			||||||
      (base32 "11y6xazv1nk0m2hzsainjr8ijn5cff04xfccm6a65hzg7ipggraj")
 | 
					             (base32
 | 
				
			||||||
      #:trivial? #t))
 | 
					              "11y6xazv1nk0m2hzsainjr8ijn5cff04xfccm6a65hzg7ipggraj")))
 | 
				
			||||||
 | 
					    (outputs '("out" "doc"))
 | 
				
			||||||
 | 
					    (build-system texlive-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     (list #:tex-format "latex"))
 | 
				
			||||||
    (home-page "https://ctan.org/pkg/everyshi")
 | 
					    (home-page "https://ctan.org/pkg/everyshi")
 | 
				
			||||||
    (synopsis "Take action at every @code{\\shipout}")
 | 
					    (synopsis "Take action at every @code{\\shipout}")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue