aboutsummaryrefslogtreecommitdiff
path: root/gn/packages
diff options
context:
space:
mode:
authorArun Isaac2022-10-30 15:50:48 +0530
committerArun Isaac2022-10-30 15:50:48 +0530
commitf1e9ea19b32470e70f3d62d6bb3d2469e5d3c69c (patch)
tree30a8901b1679440a2f748354c795d2ef6a73254b /gn/packages
parent5a225e9e6f24f3c2b49bb6926ee0c1411376b79f (diff)
downloadguix-bioinformatics-f1e9ea19b32470e70f3d62d6bb3d2469e5d3c69c.tar.gz
gn: genenetwork2: Do not depend on python-xapian-bindings.
Now, only genenetwork3 depends on python-xapian-bindings. genenetwork2 makes use of xapian indirectly through the genenetwork3 API. * gn/packages/genenetwork.scm (genenetwork2)[propagated-inputs]: Remove python-xapian-bindings.
Diffstat (limited to 'gn/packages')
-rw-r--r--gn/packages/genenetwork.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 73abafe..4d750af 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -231,7 +231,6 @@
("python-beautifulsoup4" ,python-beautifulsoup4)
;; Disable for now. Build fails on Penguin2
;; ("python-flask-socketio" ,python-flask-socketio)
- ("python-xapian-bindings" ,python-xapian-bindings)
("python-xlsxwriter" ,python-xlsxwriter)
;; All the external js dependencies
("javascript-twitter-post-fetcher" ,javascript-twitter-post-fetcher)