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.
1 files changed, 1 insertions(+), 0 deletions(-) M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -0
@@ 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 _