~ruther/guix-local

9200c110096d0385631666ac2ee657b151f8e0b7 — Andreas Enge 12 years ago 97ac642
build-system/perl: Honour phases argument in perl build system.

* guix/build-system/perl.scm (perl-build): Propagate phases argument to
    builder.
1 files changed, 1 insertions(+), 0 deletions(-)

M guix/build-system/perl.scm
M guix/build-system/perl.scm => guix/build-system/perl.scm +1 -0
@@ 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?