me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/bioinformatics.scm (discrover): Comment on attempt of minimal
  texlive-union.
master
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
1 changed files with 16 additions and 0 deletions

View File

@ -2298,6 +2298,22 @@ data and settings.")
("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")