guix-commits
[Top][All Lists]
Advanced

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

15/16: gnu: ccwl: Remove input labels.


From: guix-commits
Subject: 15/16: gnu: ccwl: Remove input labels.
Date: Fri, 20 Oct 2023 01:13:00 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit f148db45ec02f46257ba73c3e20f2e7ac2e0a36e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 20 01:10:10 2023 -0400

    gnu: ccwl: Remove input labels.
    
    * gnu/packages/bioinformatics.scm (ccwl)
    [inputs]: Remove input labels.
    
    Change-Id: Ie00325f7472524a0c8431b98ca6172a2f7f7096a
---
 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 41a1743a9d..c022bca3d2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -20434,9 +20434,9 @@ single-cell data named 
@url{https://github.com/PMBio/cardelino, cardelino}.")
                    (,(string-append out "/lib/guile/" effective-version 
"/site-ccache")
                     ,(getenv "GUILE_LOAD_COMPILED_PATH"))))))))))
     (inputs
-     `(("bash" ,bash-minimal)
-       ("guile" ,guile-3.0)
-       ("guile-libyaml" ,guile-libyaml)))
+     (list bash-minimal
+           guile-3.0
+           guile-libyaml))
     (native-inputs
      (list pkg-config
            lzip



reply via email to

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