gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-amscls): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-AMSFONTS, TEXLIVE-AMSMATH, TEXLIVE-URL. [description]: Fix typos.
This commit is contained in:
		
							parent
							
								
									a161e8057b
								
							
						
					
					
						commit
						903f6db73b
					
				
					 1 changed files with 23 additions and 22 deletions
				
			
		| 
						 | 
					@ -4820,28 +4820,29 @@ commands.  The commands may also be used in plain TeX.")
 | 
				
			||||||
    (license license:lppl)))
 | 
					    (license license:lppl)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public texlive-amscls
 | 
					(define-public texlive-amscls
 | 
				
			||||||
  (let ((template (simple-texlive-package
 | 
					 | 
				
			||||||
                   "texlive-amscls"
 | 
					 | 
				
			||||||
                   (list "/doc/latex/amscls/"
 | 
					 | 
				
			||||||
                         "/source/latex/amscls/"
 | 
					 | 
				
			||||||
                         "/bibtex/bst/amscls/")
 | 
					 | 
				
			||||||
                   (base32
 | 
					 | 
				
			||||||
                    "0vw0b815slvfqfd8qffyfzb3xfvyv6k77m12xp0l67hs8p08s5b7"))))
 | 
					 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
      (inherit template)
 | 
					    (name "texlive-amscls")
 | 
				
			||||||
      (arguments
 | 
					    (version (number->string %texlive-revision))
 | 
				
			||||||
       (substitute-keyword-arguments (package-arguments template)
 | 
					    (source (texlive-origin
 | 
				
			||||||
         ((#:tex-directory _ #t)
 | 
					             name version
 | 
				
			||||||
          "latex/amscls")))
 | 
					             (list "bibtex/bst/amscls/" "doc/latex/amscls/"
 | 
				
			||||||
 | 
					                   "source/latex/amscls/" "tex/latex/amscls/")
 | 
				
			||||||
 | 
					             (base32
 | 
				
			||||||
 | 
					              "1chy1rqwici66p9brphb3gsprmcyhia9cvm5fn9wb5a9cchxqa08")))
 | 
				
			||||||
 | 
					    (outputs '("out" "doc"))
 | 
				
			||||||
 | 
					    (build-system texlive-build-system)
 | 
				
			||||||
 | 
					    (propagated-inputs
 | 
				
			||||||
 | 
					     (list texlive-amsfonts
 | 
				
			||||||
 | 
					           texlive-amsmath
 | 
				
			||||||
 | 
					           texlive-url))
 | 
				
			||||||
    (home-page "https://www.ctan.org/pkg/amscls")
 | 
					    (home-page "https://www.ctan.org/pkg/amscls")
 | 
				
			||||||
    (synopsis "AMS document classes for LaTeX")
 | 
					    (synopsis "AMS document classes for LaTeX")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
       "This bundle contains three AMS classes: @code{amsartamsart} (for writing
 | 
					     "This bundle contains three AMS classes: @code{amsart} (for writing
 | 
				
			||||||
articles for the AMS), @code{amsbookamsbook} (for books) and
 | 
					articles for the AMS), @code{amsbook} (for books) and @code{amsproc} (for
 | 
				
			||||||
@code{amsprocamsproc} (for proceedings), together with some supporting
 | 
					proceedings), together with some supporting material.  The material is made
 | 
				
			||||||
material.  The material is made available as part of the AMS-LaTeX
 | 
					available as part of the AMS-LaTeX distribution.")
 | 
				
			||||||
distribution.")
 | 
					    (license license:lppl1.3c+)))
 | 
				
			||||||
      (license license:lppl1.3c+))))
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-deprecated-package texlive-latex-amscls texlive-amscls)
 | 
					(define-deprecated-package texlive-latex-amscls texlive-amscls)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue