guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: pbbam: Drop input labels.


From: guix-commits
Subject: 07/11: gnu: pbbam: Drop input labels.
Date: Tue, 13 Dec 2022 10:34:12 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit eaf5198a5e40f54cfd3398bbf0c2df8a24fd51f7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 13 15:44:10 2022 +0100

    gnu: pbbam: Drop input labels.
    
    * gnu/packages/bioinformatics.scm (pbbam)[native-inputs]: Drop labels.
---
 gnu/packages/bioinformatics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 27f2473eb4..7a90cd1ac5 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -600,9 +600,9 @@ for all types of microbial diversity analyses.")
     (inputs
      (list boost samtools))
     (native-inputs
-     `(("googletest" ,googletest)
-       ("pkg-config" ,pkg-config)
-       ("python" ,python-wrapper))) ; for tests
+     (list googletest
+           pkg-config
+           python-wrapper)) ;for tests
     (home-page "https://github.com/PacificBiosciences/pbbam";)
     (synopsis "Work with PacBio BAM files")
     (description



reply via email to

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