guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 04/05: gnu: lofreq: Drop input labels.
Date: Tue, 25 Apr 2023 10:30:16 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0ad4a4d1553b2f77115f9e68509c8e48b7d2074e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 25 16:14:49 2023 +0200

    gnu: lofreq: Drop input labels.
    
    * gnu/packages/bioinformatics.scm (lofreq)[inputs]: Drop package labels.
---
 gnu/packages/bioinformatics.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c69380b5c8..84e686c774 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -17763,9 +17763,7 @@ genomes known to contain a given k-mer.")
      '(#:test-target "bug-tests"
        #:tests? #false)) ; test data are not included
     (inputs
-     `(("htslib" ,htslib)
-       ("python" ,python-wrapper)
-       ("zlib" ,zlib)))
+     (list htslib python-wrapper zlib))
     (native-inputs
      (list autoconf automake which))
     (home-page "https://csb5.github.io/lofreq/";)



reply via email to

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