me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-finbib.

* gnu/packages/tex.scm (texlive-finbib): New variable.
Nicolas Goaziou 2023-08-04 18:03:07 +02:00
parent 3312416095
commit 55a741329e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 16 additions and 0 deletions

View File

@ -8578,6 +8578,22 @@ area.")
;; file, without limitation."
(license (license:fsf-free "file://doc/plain/figflow/README"))))
(define-public texlive-finbib
(package
(name "texlive-finbib")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/finbib/")
(base32
"1dr1ivhfb83ky3q82dzzv5vvc8bl84iq7am0p1rc8fjlbj95i4wm")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/finplain")
(synopsis "Finnish version of @file{plain.bst}")
(description "This package provides a Finnish version of
@file{plain.bst}.")
(license license:knuth)))
(define-public texlive-findhyph
(package
(name "texlive-findhyph")