gnu: discrover: Comment on attempt of minimal texlive-union.
* gnu/packages/bioinformatics.scm (discrover): Comment on attempt of minimal texlive-union.master
parent
10a1cacb16
commit
8894668cd2
|
@ -2298,6 +2298,22 @@ data and settings.")
|
||||||
("cairo" ,cairo)))
|
("cairo" ,cairo)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("texlive" ,texlive)
|
`(("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)))
|
("imagemagick" ,imagemagick)))
|
||||||
(home-page "http://dorina.mdc-berlin.de/public/rajewsky/discrover/")
|
(home-page "http://dorina.mdc-berlin.de/public/rajewsky/discrover/")
|
||||||
(synopsis "Discover discriminative nucleotide sequence motifs")
|
(synopsis "Discover discriminative nucleotide sequence motifs")
|
||||||
|
|
Reference in New Issue