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
|
@ -75,6 +75,7 @@ provides a `Makefile.PL' file as its build system."
|
|||
(append perl-search-paths
|
||||
search-paths))
|
||||
#:make-maker-flags ,make-maker-flags
|
||||
#:phases ,phases
|
||||
#:system ,system
|
||||
#:test-target "test"
|
||||
#:tests? ,tests?
|
||||
|
|
Loading…
Reference in New Issue