mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 @@
|
||||||
"--with-system-ffi" ;build ctypes
|
"--with-system-ffi" ;build ctypes
|
||||||
"--with-ensurepip=install" ;install pip and setuptools
|
"--with-ensurepip=install" ;install pip and setuptools
|
||||||
"--enable-unicode=ucs4"
|
"--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="
|
(string-append "LDFLAGS=-Wl,-rpath="
|
||||||
(assoc-ref %outputs "out") "/lib"))
|
(assoc-ref %outputs "out") "/lib"))
|
||||||
;; With no -j argument tests use all available cpus, so provide one.
|
;; With no -j argument tests use all available cpus, so provide one.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue