mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
build-system/perl: Honour phases argument in perl build system.
* guix/build-system/perl.scm (perl-build): Propagate phases argument to builder.
This commit is contained in:
parent
97ac64284d
commit
9200c11009
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ (define builder
|
|||
(append perl-search-paths
|
||||
search-paths))
|
||||
#:make-maker-flags ,make-maker-flags
|
||||
#:phases ,phases
|
||||
#:system ,system
|
||||
#:test-target "test"
|
||||
#:tests? ,tests?
|
||||
|
|
Loading…
Reference in a new issue