aboutsummaryrefslogtreecommitdiff
path: root/gn
diff options
context:
space:
mode:
Diffstat (limited to 'gn')
-rw-r--r--gn/packages/genenetwork.scm17
1 files changed, 15 insertions, 2 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 9c5b0a5..2ea69ea 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -191,6 +191,17 @@
(description "GeneNetwork3 API for data science and machine learning.")
(license license:agpl3+))))
+
+(define-public gn:python-flask-session
+ ;; This is a stop-gap to get the applications building with the guix channel
+ ;; set to 61428cc.
+ ;; Remove this as soon as the applications are building with mainline
+ ;; python-flask-session.
+ (package
+ (inherit python-flask-session)
+ (name "python-flask-session-0.8.0")
+ (version "0.8.0")))
+
(define-public genenetwork2
(let ((commit "96433ed20e02d6f8ea592d765521c24de84d5a28")
(revision "4"))
@@ -286,7 +297,8 @@
python-cssselect
python-flask
python-flask-debugtoolbar
- python-flask-session
+ ;;python-flask-session
+ gn:python-flask-session
python-htmlgen
python-ijson
python-jinja2
@@ -476,7 +488,8 @@
python-pymonad
python-jsonpickle
python-mysqlclient
- python-flask-session
+ ;;python-flask-session
+ gn:python-flask-session
javascript-jquery
javascript-bootstrap
javascript-datatables