From 9200c110096d0385631666ac2ee657b151f8e0b7 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 9 Dec 2013 13:50:58 +0100 Subject: [PATCH] build-system/perl: Honour phases argument in perl build system. * guix/build-system/perl.scm (perl-build): Propagate phases argument to builder. --- guix/build-system/perl.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/guix/build-system/perl.scm b/guix/build-system/perl.scm index 4e5aea3a2f..56954911cb 100644 --- a/guix/build-system/perl.scm +++ b/guix/build-system/perl.scm @@ -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?