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 7dbd968..a243d67 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -450,6 +450,8 @@ version ".tgz")) (base32 "0x1i4j7yni7k4p9kjxs1lgln1psdmyrz65wp2yr35yn292iw2vbg")))) (build-system python-build-system) + (native-inputs + `(("python2-setuptools" ,python2-setuptools))) (arguments `(#:python ,python-2 #:tests? #f)) ; no 'setup.py test' really! |