~ruther/guix-local

00bf74be0578fda2cd662ee6dd75ee18c9112f48 — Leo Famulari 9 years ago b09e0cd
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 _