aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
authorBonfaceKilz2020-11-19 08:36:06 +0300
committerBonfaceKilz2020-11-19 08:36:06 +0300
commit743cf0cc93821876b961a3867561f74daf92b210 (patch)
tree24e6f6f75f30b202a1fce09aa651209301b4b8c4 /gn/packages/genenetwork.scm
parent04750b767ec256fce19fdff19efee012afd36dc6 (diff)
downloadguix-bioinformatics-743cf0cc93821876b961a3867561f74daf92b210.tar.gz
gn: python3-genenetwork2: Comment out python-flask-socketio
* gn/packages/genenetwork.scm (python3-genenetwork2): [propagated-inputs]: Comment out python-flask-socketio. Causes build on Penguin2 to fail.
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r--gn/packages/genenetwork.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 164e95c..17450ae 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -471,7 +471,8 @@ Graphical Fragment Assembly} files and related formats.")
;; TODO: Get rid of Python R bindings
("python-rpy2" ,python-rpy2-2.9)
("python-beautifulsoup4" ,python-beautifulsoup4)
- ("python-flask-socketio" ,python-flask-socketio)
+ ;; Disable for now. Build fails on Penguin2
+ ;; ("python-flask-socketio" ,python-flask-socketio)
("python-xlsxwriter" ,python-xlsxwriter))))
(arguments
(let ((python (specification->package "python-wrapper"))