[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: python: Clarify and shorten the list of built-time modules.
From: |
Ludovic Courtès |
Subject: |
09/10: gnu: python: Clarify and shorten the list of built-time modules. |
Date: |
Thu, 26 Nov 2015 17:02:13 +0000 |
civodul pushed a commit to branch tk-update
in repository guix.
commit 8c71b63f875a16352fb96bfaa1aaac8528c8d147
Author: Ludovic Courtès <address@hidden>
Date: Sun Nov 15 22:15:41 2015 +0100
gnu: python: Clarify and shorten the list of built-time modules.
* gnu/packages/python.scm (python-2)[arguments]: Make the #:modules list
shorter.
---
gnu/packages/python.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8ddc3f9..43334b5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -146,8 +146,8 @@
(string-append "LDFLAGS=-Wl,-rpath="
(assoc-ref %outputs "out") "/lib"))
- #:modules ((ice-9 ftw)
- ,@%gnu-build-system-modules)
+ #:modules ((ice-9 ftw) (ice-9 match)
+ (guix build utils) (guix build gnu-build-system))
#:phases
(modify-phases %standard-phases
(add-before
- branch tk-update created (now 5c9a1a8), Ludovic Courtès, 2015/11/26
- 01/10: http-client: 'http-fetch' and 'http-fetch/cached' support HTTPS., Ludovic Courtès, 2015/11/26
- 05/10: gnu: python: Set SOURCE_DATE_EPOCH to 1 instead of 0., Ludovic Courtès, 2015/11/26
- 02/10: tk: Hardcode path to TK_LIBRARY., Ludovic Courtès, 2015/11/26
- 06/10: gnu: python: Make 'sys.version' deterministic., Ludovic Courtès, 2015/11/26
- 08/10: gnu: python: Do not record configure flags., Ludovic Courtès, 2015/11/26
- 07/10: gnu: python: Factorize configure flags with minimal variants., Ludovic Courtès, 2015/11/26
- 03/10: gnu: tcl: Produce 'tclIndex' files deterministically., Ludovic Courtès, 2015/11/26
- 04/10: gnu: python-2: Honor 'SOURCE_DATE_EPOCH'., Ludovic Courtès, 2015/11/26
- 09/10: gnu: python: Clarify and shorten the list of built-time modules.,
Ludovic Courtès <=
- 10/10: gnu: python: Move tkinter to "tk" output., Ludovic Courtès, 2015/11/26