mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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 @@ 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
|
||||
|
|
Loading…
Reference in a new issue