guix-devel
[Top][All Lists]
Advanced

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

[PATCH 01/14] gnu: ensure pip and setuptools are installed even for Pyth


From: Hartmut Goebel
Subject: [PATCH 01/14] gnu: ensure pip and setuptools are installed even for Python 2
Date: Wed, 28 Sep 2016 15:58:14 +0200

* gnu/packages/python.scm (python-2.7): Add "--with-ensurepip=install"
  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 688a5d4..b13e41f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -156,6 +156,7 @@
        #:configure-flags
        (list "--enable-shared"                    ;allow embedding
              "--with-system-ffi"                  ;build ctypes
+             "--with-ensurepip=install"           ;install pip and setuptools
              (string-append "LDFLAGS=-Wl,-rpath="
                             (assoc-ref %outputs "out") "/lib"))
 
-- 
2.7.4




reply via email to

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