guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 01/01: gnu: discrover: Comment on attempt of minimal texlive-union.
Date: Thu, 20 Dec 2018 06:08:11 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit 8894668cd25f2e5bde13692978d465ddf7c95388
Author: Pierre Neidhardt <address@hidden>
Date:   Thu Dec 20 12:07:40 2018 +0100

    gnu: discrover: Comment on attempt of minimal texlive-union.
    
    * gnu/packages/bioinformatics.scm (discrover): Comment on attempt of minimal
      texlive-union.
---
 gnu/packages/bioinformatics.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 5105bfa..d4661cf 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]