diff options
author | Efraim Flashner | 2021-09-17 12:25:34 +0300 |
---|---|---|
committer | Efraim Flashner | 2021-09-17 12:25:34 +0300 |
commit | 0684b02dacdd6fcbb84629474744b94554b4305c (patch) | |
tree | b8a94fa25a54fda8104a8a034cb73c8a795d6e36 /gn/past/genenetwork1.scm | |
parent | 8bd585606b67c09a91912307026a68bacc0fb1d9 (diff) | |
download | guix-bioinformatics-0684b02dacdd6fcbb84629474744b94554b4305c.tar.gz |
gn: Use known good binary version of direct.so for genenetwork1
Diffstat (limited to 'gn/past/genenetwork1.scm')
-rw-r--r-- | gn/past/genenetwork1.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/past/genenetwork1.scm b/gn/past/genenetwork1.scm index b14d787..c557ee7 100644 --- a/gn/past/genenetwork1.scm +++ b/gn/past/genenetwork1.scm @@ -158,7 +158,7 @@ location of a putative QTL.") (propagated-inputs `(("python" ,python-2.4) ("httpd-with-mod-python" ,httpd22-with-mod-python) - ("python-direct" ,python24-direct) + ("python-direct" ,python24-direct-gn) ("python-htmlgen-GN1" ,python24-htmlgen-GN1) ("python-json-GN1" ,python24-json-GN1) ("python-mysqlclient" ,python24-mysqlclient) |