about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/python.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index d856205..aae5386 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -150,6 +150,12 @@ functions.")
 (define-public python2-inotify
   (package-with-python2 python-inotify))
 
+(define-public python2-flask
+  (let ((base (package-with-python2 python-flask)))
+    (package
+      (inherit base)
+      (arguments
+       `(#:tests? #f)))))
 (define-public python2-flask-sqlalchemy
   (package-with-python2 python-flask-sqlalchemy))