gnu: discrover: Remove indirect TexLive dependencies.

* gnu/packages/bioinformatics.scm (discrover)[native-inputs]: Remove
texlive-generic-ifxetex, texlive-latex-oberdiek, texlive-latex-url, and
texlive-latex-xcolor from texlive-union.
master
Ricardo Wurmus 2019-03-01 12:51:15 +01:00
parent 0fc71e4b99
commit 0ce256dc79
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 6 deletions

View File

@ -2346,7 +2346,6 @@ data and settings.")
(native-inputs
`(("texlive" ,(texlive-union (list texlive-fonts-cm
texlive-fonts-amsfonts
texlive-generic-ifxetex
texlive-latex-doi
texlive-latex-examplep
@ -2354,12 +2353,8 @@ data and settings.")
texlive-latex-ms
texlive-latex-natbib
texlive-bibtex ; style files used by natbib
texlive-latex-oberdiek ; ltxcmds
texlive-latex-pgf ; tikz
texlive-latex-url
texlive-latex-verbatimbox
texlive-latex-xcolor)))
texlive-latex-verbatimbox)))
("imagemagick" ,imagemagick)))
(home-page "http://dorina.mdc-berlin.de/public/rajewsky/discrover/")
(synopsis "Discover discriminative nucleotide sequence motifs")