diff options
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r-- | gn/packages/python.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 393de4c..3158dd2 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -471,6 +471,8 @@ version ".tgz")) (base32 "0x1i4j7yni7k4p9kjxs1lgln1psdmyrz65wp2yr35yn292iw2vbg")))) (build-system python-build-system) + (inputs + `(("python-setuptools" ,python-setuptools))) (arguments `(#:python ,python-2 #:tests? #f)) ; no 'setup.py test' really! |