[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: python: Clarify and shorten the list of built-time modules.
From: |
Ludovic Courtès |
Subject: |
08/09: gnu: python: Clarify and shorten the list of built-time modules. |
Date: |
Fri, 20 Nov 2015 14:46:51 +0000 |
civodul pushed a commit to branch tk-update
in repository guix.
commit 081ae8db0114fcd20b84dc283f25126541d51154
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 6f0fef0..b1d151e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -145,8 +145,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 b540874), Ludovic Courtès, 2015/11/20
- 04/09: gnu: python: Set SOURCE_DATE_EPOCH to 1 instead of 0., Ludovic Courtès, 2015/11/20
- 06/09: gnu: python: Factorize configure flags with minimal variants., Ludovic Courtès, 2015/11/20
- 07/09: gnu: python: Do not record configure flags., Ludovic Courtès, 2015/11/20
- 08/09: gnu: python: Clarify and shorten the list of built-time modules.,
Ludovic Courtès <=
- 02/09: gnu: tcl: Produce 'tclIndex' files deterministically., Ludovic Courtès, 2015/11/20
- 01/09: tk: Hardcode path to TK_LIBRARY., Ludovic Courtès, 2015/11/20
- 05/09: gnu: python: Make 'sys.version' deterministic., Ludovic Courtès, 2015/11/20
- 09/09: gnu: python: Move tkinter to "tk" output., Ludovic Courtès, 2015/11/20
- 03/09: gnu: python-2: Honor 'SOURCE_DATE_EPOCH'., Ludovic Courtès, 2015/11/20