gnu: discrover: Comment on attempt of minimal texlive-union.

* gnu/packages/bioinformatics.scm (discrover): Comment on attempt of minimal
  texlive-union.
This commit is contained in:
Pierre Neidhardt 2018-12-20 12:07:40 +01:00
parent 10a1cacb16
commit 8894668cd2
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -2298,6 +2298,22 @@ (define-public discrover
("cairo" ,cairo)))
(native-inputs
`(("texlive" ,texlive)
;; TODO: Replace texlive with minimal texlive-union.
;; ("texlive" ,(texlive-union (list texlive-latex-doi
;; texlive-latex-hyperref
;; texlive-latex-oberdiek
;; texlive-generic-ifxetex
;; texlive-latex-url
;; texlive-latex-pgf
;; texlive-latex-examplep
;; texlive-latex-natbib
;; texlive-latex-verbatimbox
;; texlive-latex-ms
;; texlive-latex-xcolor
;; texlive-fonts-amsfonts
;; texlive-latex-amsfonts
;; ;; ...
;; )))
("imagemagick" ,imagemagick)))
(home-page "http://dorina.mdc-berlin.de/public/rajewsky/discrover/")
(synopsis "Discover discriminative nucleotide sequence motifs")