gnu: python-file: Don't create a compressed egg.

* gnu/packages/python.scm (python-file, python2-file)[arguments]: Pass
"--single-version-externally-managed" "--root=/" to #:configure-flags.
master
Leo Famulari 2016-10-17 16:48:27 -04:00
parent b09e0cd154
commit 00bf74be05
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 0 deletions

View File

@ -6462,6 +6462,7 @@ Python's @code{ctypes} foreign function interface (FFI).")
(build-system python-build-system)
(arguments
'(#:tests? #f ;no tests
#:configure-flags '("--single-version-externally-managed" "--root=/")
#:phases (modify-phases %standard-phases
(add-before 'build 'change-directory
(lambda _