gnu: scons: Do not use setuptools for building.

* gnu/packages/python.scm (scons): Set "#:use-setuptools" to #f.
master
Hartmut Goebel 2016-10-02 14:13:56 +02:00
parent f2516de2fc
commit b3e8b4bd0f
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 1 additions and 0 deletions

View File

@ -1390,6 +1390,7 @@ syntax.")
(arguments
;; With Python 3.x, fails to build with a syntax error.
`(#:python ,python-2
#:use-setuptools? #f ; still relies on distutils
#:tests? #f)) ; no 'python setup.py test' command
(home-page "http://scons.org/")
(synopsis "Software construction tool written in Python")