diff options
author | Arun Isaac | 2022-10-18 14:19:59 +0530 |
---|---|---|
committer | Arun Isaac | 2022-10-18 14:19:59 +0530 |
commit | 34fa80138503c5b15a8f86ee2081c8b80b2f74cf (patch) | |
tree | 82beef885e1b936233528f2e81f2e9fbf9bfd7b6 | |
parent | d4472ad82d533f7f53a50c2c48e41535b1bb6307 (diff) | |
download | guix-bioinformatics-34fa80138503c5b15a8f86ee2081c8b80b2f74cf.tar.gz |
gn: genenetwork3: Depend on python-xapian-bindings.
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]: Add
python-xapian-bindings.
-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 20ca38d..43b8457 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -145,6 +145,7 @@ python-requests python-scipy python-sparqlwrapper + python-xapian-bindings r-optparse r-qtl r-rjson |