guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: jellyfish: Drop input labels.


From: guix-commits
Subject: 04/05: gnu: jellyfish: Drop input labels.
Date: Mon, 13 Feb 2023 17:09:50 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 661e995c70504111c24314b4703ea85e8d7fb49f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Feb 13 23:07:47 2023 +0100

    gnu: jellyfish: Drop input labels.
    
    * gnu/packages/bioinformatics.scm (jellyfish)[native-inputs]: Drop package
    labels.
---
 gnu/packages/bioinformatics.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 73d555e454..e798489d41 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5550,10 +5550,10 @@ experiments and provide highly stable thresholds based 
on reproducibility.")
              ;; to run tests.
              (setenv "SHELL" (which "bash")))))))
     (native-inputs
-     `(("bc" ,bc)
-       ("time" ,time)
-       ("python" ,python-wrapper)
-       ("pkg-config" ,pkg-config)))
+     (list bc
+           time
+           python-wrapper
+           pkg-config))
     (inputs
      (list htslib))
     (synopsis "Tool for fast counting of k-mers in DNA")



reply via email to

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