diff options
author | Arun Isaac | 2022-09-14 15:51:19 +0530 |
---|---|---|
committer | Arun Isaac | 2022-09-14 16:01:49 +0530 |
commit | c2a2ace2c232cbb3ecfb851c233d244e8d8b7142 (patch) | |
tree | dca172be25846b610e77128e8e0e5765b589d962 /gn/packages | |
parent | 12fd6bd3ba6f8592e1a33ad5b40fe83dbf761eaf (diff) | |
download | guix-bioinformatics-c2a2ace2c232cbb3ecfb851c233d244e8d8b7142.tar.gz |
gn: genenetwork2: Depend on python-xapian-bindings.
* gn/packages/genenetwork.scm: Import (gnu packages search).
(genenetwork2)[propagated-inputs]: Add python-xapian-bindings.
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 691f82f..0542272 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -37,6 +37,7 @@ #:use-module (gnu packages rdf) #:use-module (gnu packages rust) #:use-module (gnu packages scheme) + #:use-module (gnu packages search) #:use-module (gnu packages statistics) #:use-module (gnu packages textutils) #:use-module (gnu packages version-control) @@ -226,6 +227,7 @@ ("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) |