diff options
author | Eric Bavier <bavier@member.fsf.org> | 2015-09-10 03:40:34 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2015-09-10 03:40:34 -0500 |
commit | c6a3635d54f9e02bda834082311f31f35da56277 (patch) | |
tree | 2a42a2ba0c2c2413d49746da4ee407a495ba74f6 /gnu-system.am | |
parent | 9d9847e1538096ff9fa1a1f4a9fe633a9a13922e (diff) | |
download | guix-c6a3635d54f9e02bda834082311f31f35da56277.tar guix-c6a3635d54f9e02bda834082311f31f35da56277.tar.gz |
gnu: perl: Fix autosplitting of 0-time source.
* gnu/packages/patches/perl-autosplit-default-time.patch: New patch.
* gnu/packages/perl.scm (perl): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 749d744621..40a5841717 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -574,6 +574,7 @@ dist_patch_DATA = \ gnu/packages/patches/patchelf-rework-for-arm.patch \ gnu/packages/patches/patchutils-xfail-gendiff-tests.patch \ gnu/packages/patches/patch-hurd-path-max.patch \ + gnu/packages/patches/perl-autosplit-default-time.patch \ gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch \ gnu/packages/patches/perl-module-pluggable-search.patch \ gnu/packages/patches/perl-net-amazon-s3-moose-warning.patch \ |