diff options
-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? |