summaryrefslogtreecommitdiff
path: root/guix/build-system/perl.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-12-09 13:50:58 +0100
committerAndreas Enge <andreas@enge.fr>2013-12-09 13:50:58 +0100
commit9200c110096d0385631666ac2ee657b151f8e0b7 (patch)
treecfef3f441cc007447634665ee6b742b6e94ccec0 /guix/build-system/perl.scm
parent97ac64284ddc8b19a838b208c86452560f1c1592 (diff)
downloadguix-patches-9200c110096d0385631666ac2ee657b151f8e0b7.tar
guix-patches-9200c110096d0385631666ac2ee657b151f8e0b7.tar.gz
build-system/perl: Honour phases argument in perl build system.
* guix/build-system/perl.scm (perl-build): Propagate phases argument to builder.
Diffstat (limited to 'guix/build-system/perl.scm')
-rw-r--r--guix/build-system/perl.scm1
1 files changed, 1 insertions, 0 deletions
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?