guix-commits
[Top][All Lists]
Advanced

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

13/25: gnu: cwltool: Use node-lts instead of node.


From: guix-commits
Subject: 13/25: gnu: cwltool: Use node-lts instead of node.
Date: Wed, 18 Dec 2024 16:16:55 -0500 (EST)

jlicht pushed a commit to branch master
in repository guix.

commit 5f77674e48a56b16cc7104927587e7988eddc050
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Sun Nov 3 13:03:56 2024 +0100

    gnu: cwltool: Use node-lts instead of node.
    
    * gnu/packages/bioinformatics.scm (cwltool)[inputs]: Replace node by 
node-lts.
    
    Change-Id: Idea8c5cb456080fccd8fff6c6b2c674764ae7bce
---
 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 87a71ea75e..d47fa89134 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6260,7 +6260,7 @@ documents.")
            python-spython
            python-typing-extensions
            ;; Not listed as needed but still necessary:
-           node))
+           node-lts))
     (native-inputs
      (list python-arcp
            python-humanfriendly



reply via email to

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