gnu: Python: Avoid needless reference on coreutils.
* gnu/packages/python.scm (python-2.7)[arguments]: Pass "INSTALL" and "MKDIR_P" in <#:configure-flags>.
This commit is contained in:
parent
4f5fe46388
commit
fcb5493793
1 changed files with 6 additions and 0 deletions
|
@ -143,6 +143,12 @@ (define-public python-2.7
|
|||
"--with-system-ffi" ;build ctypes
|
||||
"--with-ensurepip=install" ;install pip and setuptools
|
||||
"--enable-unicode=ucs4"
|
||||
|
||||
;; Prevent the installed _sysconfigdata.py from retaining a reference
|
||||
;; to coreutils.
|
||||
"INSTALL=install -c"
|
||||
"MKDIR_P=mkdir -p"
|
||||
|
||||
(string-append "LDFLAGS=-Wl,-rpath="
|
||||
(assoc-ref %outputs "out") "/lib"))
|
||||
;; With no -j argument tests use all available cpus, so provide one.
|
||||
|
|
Loading…
Reference in a new issue