mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
guix: python: Add parameter #:phases to build system.
* guix/build-system/python.scm (python-build): Use parameter #:phases.
This commit is contained in:
parent
11bb85a10d
commit
1d1f939798
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ (define builder
|
|||
#:system ,system
|
||||
#:test-target "test"
|
||||
#:tests? ,tests?
|
||||
#:phases ,phases
|
||||
#:outputs %outputs
|
||||
#:search-paths ',(map search-path-specification->sexp
|
||||
(append python-search-paths
|
||||
|
|
Loading…
Reference in a new issue