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.
This commit is contained in:
parent
b09e0cd154
commit
00bf74be05
@ -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 _
|
||||
|
Loading…
Reference in New Issue
Block a user