diff options
author | Jelle Licht <jlicht@fsfe.org> | 2024-11-03 13:03:57 +0100 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2024-12-18 22:02:20 +0100 |
commit | 1b563f173371e31b698b84029f3bc3c5eaf0f11a (patch) | |
tree | aa7669d2ae7597d5ae576be90d82c44a6402917f /gnu | |
parent | 5f77674e48a56b16cc7104927587e7988eddc050 (diff) | |
download | guix-1b563f173371e31b698b84029f3bc3c5eaf0f11a.tar.gz guix-1b563f173371e31b698b84029f3bc3c5eaf0f11a.zip |
gnu: python-cwl-utils: Use node-lts instead of node.
* gnu/packages/bioinformatics.scm (python-cwl-utils)[inputs]: Replace node by
node-lts.
Change-Id: Ia98601db0a9233a96263051e1520a848dbc40a9c
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index d47fa89134..c10983cc2d 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6169,7 +6169,7 @@ and v1.1 to v1.2.") " and not test_remote_packing_github_soft_links" " and not test_value_from_two_concatenated_expressions")))) (inputs - (list node)) + (list node-lts)) (native-inputs (list python-mypy-extensions python-pytest |