gnu: python: Clarify and shorten the list of built-time modules.

* gnu/packages/python.scm (python-2)[arguments]: Make the #:modules list
  shorter.
This commit is contained in:
Ludovic Courtès 2015-11-15 22:15:41 +01:00
parent 5b4e2791ef
commit d2cc9c7cfd
1 changed files with 2 additions and 2 deletions

View File

@ -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