guix: python: Add parameter #:phases to build system.

* guix/build-system/python.scm (python-build): Use parameter #:phases.
This commit is contained in:
Andreas Enge 2013-09-10 11:42:07 +02:00
parent 11bb85a10d
commit 1d1f939798

View file

@ -128,6 +128,7 @@ (define builder
#:system ,system #:system ,system
#:test-target "test" #:test-target "test"
#:tests? ,tests? #:tests? ,tests?
#:phases ,phases
#:outputs %outputs #:outputs %outputs
#:search-paths ',(map search-path-specification->sexp #:search-paths ',(map search-path-specification->sexp
(append python-search-paths (append python-search-paths