aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
authorMuriithi Frederick Muriuki2019-02-18 14:56:46 +0300
committerMuriithi Frederick Muriuki2019-02-18 14:56:46 +0300
commitf5bc342188b1b9156b0f960a3a6bb5f7069c07ba (patch)
tree02de996fe07b6e7aed17a32fc2b8681586759541 /gn/packages/genenetwork.scm
parentf5ffd9d54da0ca3634326c8652077aaa9605fd61 (diff)
downloadguix-bioinformatics-f5bc342188b1b9156b0f960a3a6bb5f7069c07ba.tar.gz
Add (gnu packages python-xyz) module.
* To find definitions of some packages like python2-pillow and python2-setuptools, there was need to use the (gnu packages python-xyz) module. This commit imports that module.
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r--gn/packages/genenetwork.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index fd07f05..4450bfa 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -39,6 +39,7 @@
#:use-module (gnu packages python-crypto)
#:use-module (gnu packages python)
#:use-module (gnu packages python-web)
+ #:use-module (gnu packages python-xyz)
#:use-module (gnu packages statistics)
#:use-module (gnu packages tbb)
#:use-module (gnu packages textutils)