guix-commits
[Top][All Lists]
Advanced

[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: Sat, 21 Nov 2015 09:58:54 +0000

civodul pushed a commit to branch tk-update
in repository guix.

commit 3f6a5ee275f94fd1429a1dfc0ecf8d2f857165a5
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 734a753..d1e7c3b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]