diff options
author | Eric Bavier <bavier@member.fsf.org> | 2015-04-19 09:59:23 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2015-04-22 14:38:14 -0500 |
commit | cc8ddcb09771dff47c669a4e585f91c28d08359f (patch) | |
tree | f6da4fda813079833b1ea8f33563795d98f17008 /gnu-system.am | |
parent | d8d6d096be8c37076060a3bc063582c404de1205 (diff) | |
download | guix-cc8ddcb09771dff47c669a4e585f91c28d08359f.tar guix-cc8ddcb09771dff47c669a4e585f91c28d08359f.tar.gz |
gnu: perl: Fix Module::Pluggable for symlink forests.
* gnu/packages/patches/perl-module-pluggable-search.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/perl.scm (perl)[source]: Add patch.
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 06ec6e7142..8936b0be1f 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -503,6 +503,7 @@ dist_patch_DATA = \ gnu/packages/patches/patchutils-xfail-gendiff-tests.patch \ gnu/packages/patches/pavucontrol-sigsegv.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 \ gnu/packages/patches/perl-no-sys-dirs.patch \ gnu/packages/patches/perl-tk-x11-discover.patch \ |