From c00702ab658aa67cd47949bd5815fccc9069b675 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Tue, 20 Nov 2018 08:35:20 -0600 Subject: Update GN2 install and gemma-wrapper --- gn/packages/python.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gn/packages/python.scm') diff --git a/gn/packages/python.scm b/gn/packages/python.scm index f254ce3..5ce44d6 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -174,9 +174,10 @@ functions.") `(("python2-eventlet" ,python2-eventlet) ("python2-gevent" ,python2-gevent))) (propagated-inputs - `(("inotify-tools" ,inotify-tools))) + `(("python2" ,python-2) + ("inotify-tools" ,inotify-tools))) (arguments `( - ;; #:python ,python-2 ; GN2 is still python2 + #:python ,python-2 ; GN2 is still python2 #:tests? #f)) ;; No tests. (home-page "http://gunicorn.org") (synopsis -- cgit v1.2.3