diff options
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/python.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index aae5386..cd017c0 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -156,6 +156,14 @@ functions.") (inherit base) (arguments `(#:tests? #f))))) + +(define-public python2-werkzeug + (let ((base (package-with-python2 python-werkzeug))) + (package + (inherit base) + (arguments + `(#:tests? #f))))) + (define-public python2-flask-sqlalchemy (package-with-python2 python-flask-sqlalchemy)) |