guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cwltool: Do not propagate inputs.


From: guix-commits
Subject: branch master updated: gnu: cwltool: Do not propagate inputs.
Date: Wed, 11 May 2022 01:29:40 -0400

This is an automated email from the git hooks/post-receive script.

arunisaac pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new aaa981f7c5 gnu: cwltool: Do not propagate inputs.
aaa981f7c5 is described below

commit aaa981f7c57c1a09a32137b9a4e059ab8e91a1c9
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Sat May 7 15:00:16 2022 +0530

    gnu: cwltool: Do not propagate inputs.
    
    * gnu/packages/bioinformatics.scm (cwltool)[propagated-inputs]: Move to ...
    [inputs]: ... here.
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index ca6c1eba19..28b3be2308 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3009,7 +3009,7 @@ and record oriented data modeling and the Semantic Web.")
              ;; Pytest doesn't know what to do with "-n auto"
              (substitute* "tox.ini"
                (("-n auto") "")))))))
-    (propagated-inputs
+    (inputs
      (list python-argcomplete
            python-bagit
            python-coloredlogs



reply via email to

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