mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-dnaseq.
* gnu/packages/tex.scm (texlive-dnaseq): New variable.
This commit is contained in:
parent
0d22851c40
commit
54fd909bfe
1 changed files with 21 additions and 0 deletions
|
@ -79190,6 +79190,27 @@ (define-public texlive-dlfltxb
|
|||
@end itemize")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-dnaseq
|
||||
(package
|
||||
(name "texlive-dnaseq")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/dnaseq/" "source/latex/dnaseq/"
|
||||
"tex/latex/dnaseq/")
|
||||
(base32
|
||||
"07g0197v6kyvzmxa3xl96adjki19whmmsj4pjqprpbaqm6nlhn19")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/dnaseq")
|
||||
(synopsis "Format DNA base sequences")
|
||||
(description
|
||||
"This package defines a means of specifying sequences of bases. The bases may
|
||||
be numbered (per line) and you may specify that subsequences be coloured. For
|
||||
a more vanilla-flavoured way of typesetting base sequences, the user might
|
||||
consider the @code{seqsplit} package.")
|
||||
(license license:lppl)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue