aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
authorBonfaceKilz2020-08-20 16:48:23 +0300
committerBonfaceKilz2020-08-20 16:48:23 +0300
commitfd141c17686f54d94dd68391298347de6007cf81 (patch)
treed0146208cb6eecf08c685a09cf4a5f87f37c2ebd /gn/packages/genenetwork.scm
parent5f93809c646dc8bb93ee6d23b9046751314f7a04 (diff)
downloadguix-bioinformatics-fd141c17686f54d94dd68391298347de6007cf81.tar.gz
gn: python3-genenetwork2: Propagate python-rpy2
* gn/packages/genenetwork.scm: (python3-genenetwork2)[propagated-inputs]: Add python-rpy2
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 e6289b9..7b1650a 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -527,6 +527,7 @@ Graphical Fragment Assembly} files and related formats.")
("python-requests" ,python-requests)
("python-simplejson" ,python-simplejson)
("python-pyyaml" ,python-pyyaml)
+ ("python-rpy2" ,python-rpy2)
("python-xlsxwriter" ,python-xlsxwriter))))
(arguments
(let ((python (specification->package "python-wrapper"))