diff options
author | Munyoki Kilyungi | 2023-10-06 12:54:57 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-10-06 12:54:57 +0300 |
commit | 51931f0b587749d31825cee74d0ff76c5aedf6eb (patch) | |
tree | 07f2858a9d3a89f0533b7f29dd7c16177087ce09 /gn/packages | |
parent | 100148937e86311c24a41e97f6e7f0082fdacc33 (diff) | |
download | guix-bioinformatics-51931f0b587749d31825cee74d0ff76c5aedf6eb.tar.gz |
genenetwork3: Add python-pyld to propagated-inputs.
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]: Add
python-ld.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/genenetwork.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index eaab3cd..ac26fd0 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -153,6 +153,7 @@ ;; python-pingouin << build failing ("python-pingouin-without-tests" ,python-pingouin-without-tests) ("python-plotly" ,python-plotly) + ("python-pyld" ,python-pyld) ("python-scikit-learn" ,python-scikit-learn) ("python-pymonad" ,python-pymonad) ("python-redis" ,python-redis) |