Message ID | 1475071107-10765-2-git-send-email-h.goebel@crazy-compilers.com |
---|---|
State | New |
Headers |
Commit Message
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"))