mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: scons: Do not use setuptools for building.
* gnu/packages/python.scm (scons): Set "#:use-setuptools" to #f.
This commit is contained in:
parent
f2516de2fc
commit
b3e8b4bd0f
1 changed files with 1 additions and 0 deletions
|
@ -1390,6 +1390,7 @@ (define-public scons
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue