gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call.

* gnu/packages/tex.scm (texlive-babel-finnish!): Remove SIMPLE-TEXLIVE-PACKAGE
call.
This commit is contained in:
Nicolas Goaziou 2023-05-18 14:18:30 +02:00
parent 02a7779645
commit 43dd4f6455
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12996,26 +12996,25 @@ (define-public texlive-babel-dutch
(license license:lppl1.3c+))) (license license:lppl1.3c+)))
(define-public texlive-babel-finnish (define-public texlive-babel-finnish
(let ((template (simple-texlive-package (package
"texlive-babel-finnish" (name "texlive-babel-finnish")
(list "/source/generic/babel-finnish/") (version (number->string %texlive-revision))
(base32 (source (texlive-origin
"1930zxk4l6k5q4wcbvpvijv4s0gxp2mkxvblczn4gcbar10vfd4x")))) name version
(package (list "doc/generic/babel-finnish/"
(inherit template) "source/generic/babel-finnish/"
(arguments "tex/generic/babel-finnish/")
(substitute-keyword-arguments (package-arguments template) (base32
((#:tex-directory _ '()) "1zwrbcqjwhy31mks31vlc4kxci67d5cfm53jaikaabkd8q6grq6i")))
"generic/babel-finnish") (outputs '("out" "doc"))
((#:build-targets _ '()) (build-system texlive-build-system)
''("finnish.ins")))) (home-page "https://ctan.org/pkg/babel-finnish")
(home-page "https://www.ctan.org/pkg/babel-finnish") (synopsis "Babel support for Finnish")
(synopsis "Babel support for Finnish") (description
(description "This package provides the language definition file for support of
"This package provides the language definition file for support of
Finnish in @code{babel}. It provides all the necessary macros, definitions and Finnish in @code{babel}. It provides all the necessary macros, definitions and
settings to typeset Finnish documents.") settings to typeset Finnish documents.")
(license license:lppl1.3c+)))) (license license:lppl1.3c+)))
(define-public texlive-babel-norsk (define-public texlive-babel-norsk
(package (package