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:
Andreas Enge 2013-12-09 13:50:58 +01:00
parent 97ac64284d
commit 9200c11009

View file

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