[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: Revert "gnu: python: Do not retain references to build tools."
From: |
Ludovic Courtès |
Subject: |
01/01: Revert "gnu: python: Do not retain references to build tools." |
Date: |
Thu, 08 Oct 2015 16:08:31 +0000 |
civodul pushed a commit to branch core-updates
in repository guix.
commit 9765b3aeac88ae9c9ffc38ed6d1f8dcbd9abca7b
Author: Ludovic Courtès <address@hidden>
Date: Thu Oct 8 17:58:06 2015 +0200
Revert "gnu: python: Do not retain references to build tools."
This reverts commit 14f8dae6b1e42cfd37678d64c137932b91656a41, which
was unintentionally pushed (it does not work with Python 3.)
---
gnu/packages/python.scm | 18 ------------------
1 files changed, 0 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 166e8d4..ee9173b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -156,24 +156,6 @@
(("/bin/sh") (which "sh")))
#t))
(add-before
- 'install 'do-not-record-configure-flags
- (lambda _
- ;; Remove configure flags from '_sysconfigdata.py' so we don't
- ;; end up keeping references to the build tools.
- (substitute* (find-files "." "sysconfigdata\\.py$")
- (("'CONFIG_ARGS':.*")
- "'CONFIG_ARGS': \"\",\n"))
- #t))
- (add-after
- 'install 'do-not-record-configure-flags-in-makefile
- (lambda* (#:key outputs #:allow-other-keys)
- ;; Likewise.
- (let ((out (assoc-ref outputs "out")))
- (substitute* (find-files out "^Makefile$")
- (("^CONFIG_ARGS[[:blank:]]*=.*$")
- "CONFIG_ARGS =\n"))
- #t)))
- (add-before
'check 'pre-check
(lambda _
;; 'Lib/test/test_site.py' needs a valid $HOME