diff options
author | Eric Bavier <bavier@member.fsf.org> | 2016-01-20 17:12:53 -0600 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2016-01-20 17:45:31 -0600 |
commit | 97b07aaa419bfa069bb217fca2f158f6ea0804a1 (patch) | |
tree | 6728209273d2f4186edec642bf8830dbb79c4afc /gnu-system.am | |
parent | 7b158c4ee2d4b5cf6a2cd9bf0246465c3c8a06ca (diff) | |
download | patches-97b07aaa419bfa069bb217fca2f158f6ea0804a1.tar patches-97b07aaa419bfa069bb217fca2f158f6ea0804a1.tar.gz |
gnu: Add perl-module-pluggable.
This Perl module was moved out of Perl core in v5.19.0.
* gnu/packages/perl.scm (perl-module-pluggable): New variable.
* gnu/packages/patches/perl-module-pluggable-search.patch: New patch.
* 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 e2c12520b2..fe421a9569 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -627,6 +627,7 @@ dist_patch_DATA = \ gnu/packages/patches/perl-net-ssleay-disable-ede-test.patch \ gnu/packages/patches/perl-no-build-time.patch \ gnu/packages/patches/perl-no-sys-dirs.patch \ + gnu/packages/patches/perl-module-pluggable-search.patch \ gnu/packages/patches/perl-source-date-epoch.patch \ gnu/packages/patches/perl-tk-x11-discover.patch \ gnu/packages/patches/pidgin-add-search-path.patch \ |