diff options
author | Arun Isaac | 2022-10-30 15:50:48 +0530 |
---|---|---|
committer | Arun Isaac | 2022-10-30 15:50:48 +0530 |
commit | f1e9ea19b32470e70f3d62d6bb3d2469e5d3c69c (patch) | |
tree | 30a8901b1679440a2f748354c795d2ef6a73254b /gn/packages/genenetwork.scm | |
parent | 5a225e9e6f24f3c2b49bb6926ee0c1411376b79f (diff) | |
download | guix-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/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 1 |
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) |