build-system/perl: Honour phases argument in perl build system.

* guix/build-system/perl.scm (perl-build): Propagate phases argument to
    builder.
master
Andreas Enge 2013-12-09 13:50:58 +01:00
parent 97ac64284d
commit 9200c11009
1 changed files with 1 additions and 0 deletions

View File

@ -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?