diff options
author | Efraim Flashner | 2021-09-17 12:25:34 +0300 |
---|---|---|
committer | Pjotr Prins | 2022-12-11 17:15:46 +0000 |
commit | 7c0d24a788dcbe7f8c8efda3d830ae265311fc6d (patch) | |
tree | 419cb8f4e677ac7958a5df238a87944836aa6d01 /gn/packages/genenetwork.scm | |
parent | 697a66bf0e897a101e8e3cefbaf250491039fe93 (diff) | |
download | guix-bioinformatics-7c0d24a788dcbe7f8c8efda3d830ae265311fc6d.tar.gz |
Backport direct.so
Diffstat (limited to 'gn/packages/genenetwork.scm')
-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 0db7032..b60bd60 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -713,6 +713,7 @@ written in C") (propagated-inputs `(("python" ,python-2.4) ("httpd-with-mod-python" ,httpd22-with-mod-python) + ("python-direct" ,python24-direct-gn) ("python-htmlgen-GN1" ,python24-htmlgen-GN1) ("python-json-GN1" ,python24-json-GN1) ("python-mysqlclient" ,python24-mysqlclient) |