guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: discrover: Remove package labels.


From: guix-commits
Subject: 06/06: gnu: discrover: Remove package labels.
Date: Sun, 14 May 2023 07:49:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 69d74e35b2ba516c3a17b91a46d27087e1c1068c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun May 14 13:48:01 2023 +0200

    gnu: discrover: Remove package labels.
    
    * gnu/packages/bioinformatics.scm (discrover)[native-inputs]: Remove package
    labels.
---
 gnu/packages/bioinformatics.scm | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 8267ae12ac..b2d0f90761 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4256,7 +4256,7 @@ data and settings.")
        #:phases
        (modify-phases %standard-phases
          (add-before 'build 'set-force-source-date
-           ;; for reproducible dates, texlive needs this to respect respect
+           ;; for reproducible dates, texlive needs this to respect
            ;; SOURCE_DATE_EPOCH
            (lambda _
              (setenv "FORCE_SOURCE_DATE" "1")))
@@ -4287,18 +4287,19 @@ data and settings.")
     (inputs
      (list boost cairo rmath-standalone))
     (native-inputs
-     `(("texlive" ,(texlive-updmap.cfg (list texlive-cm
-                                             texlive-amsfonts
-                                             texlive-doi
-                                             texlive-fonts-ec
-                                             texlive-latex-examplep
-                                             texlive-hyperref
-                                             texlive-ms
-                                             texlive-latex-natbib
-                                             texlive-bibtex ;style files used 
by natbib
-                                             texlive-pgf    ;tikz
-                                             texlive-latex-verbatimbox)))
-       ("imagemagick" ,imagemagick)))
+     (list (texlive-updmap.cfg
+            (list texlive-cm
+                  texlive-amsfonts
+                  texlive-doi
+                  texlive-fonts-ec
+                  texlive-latex-examplep
+                  texlive-hyperref
+                  texlive-ms
+                  texlive-latex-natbib
+                  texlive-bibtex        ;style files used by natbib
+                  texlive-pgf           ;tikz
+                  texlive-latex-verbatimbox))
+           imagemagick))
     (home-page "https://dorina.mdc-berlin.de/public/rajewsky/discrover/";)
     (synopsis "Discover discriminative nucleotide sequence motifs")
     (description "Discrover is a motif discovery method to find binding sites



reply via email to

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