~ruther/guix-local

1d1f939798d2649bbabc962e37f90efe5805e202 — Andreas Enge 12 years ago 11bb85a
guix: python: Add parameter #:phases to build system.

* guix/build-system/python.scm (python-build): Use parameter #:phases.
1 files changed, 1 insertions(+), 0 deletions(-)

M guix/build-system/python.scm
M guix/build-system/python.scm => guix/build-system/python.scm +1 -0
@@ 128,6 128,7 @@ provides a 'setup.py' file as its build system."
                     #:system ,system
                     #:test-target "test"
                     #:tests? ,tests?
                     #:phases ,phases
                     #:outputs %outputs
                     #:search-paths ',(map search-path-specification->sexp
                                           (append python-search-paths