diff options
author | Andreas Enge <andreas@enge.fr> | 2013-12-09 13:50:58 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-12-09 13:50:58 +0100 |
commit | 9200c110096d0385631666ac2ee657b151f8e0b7 (patch) | |
tree | cfef3f441cc007447634665ee6b742b6e94ccec0 | |
parent | 97ac64284ddc8b19a838b208c86452560f1c1592 (diff) | |
download | guix-9200c110096d0385631666ac2ee657b151f8e0b7.tar guix-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.
-rw-r--r-- | guix/build-system/perl.scm | 1 |
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? |