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.
This commit is contained in:
parent
0fc71e4b99
commit
0ce256dc79
1 changed files with 1 additions and 6 deletions
|
@ -2346,7 +2346,6 @@ (define-public discrover
|
|||
(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 @@ (define-public discrover
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue