guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Leo Famulari
Subject: 01/02: gnu: python-file: Don't create a compressed egg.
Date: Wed, 19 Oct 2016 18:37:00 +0000 (UTC)

lfam pushed a commit to branch core-updates
in repository guix.

commit 00bf74be0578fda2cd662ee6dd75ee18c9112f48
Author: Leo Famulari <address@hidden>
Date:   Mon Oct 17 16:48:27 2016 -0400

    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.
---
 gnu/packages/python.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index b5bc499..f917479 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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 _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]