diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-01-15 13:07:37 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-01-15 14:23:46 +0100 |
commit | 89b48232f80d58e100ec7b73ee27ee513a58cfcc (patch) | |
tree | 034fc6cee2e57047c3957b3f8daee8318829ba72 /gnu-system.am | |
parent | 76002e54f2280f5a6416438c513aab14ecddb138 (diff) | |
download | gnu-guix-89b48232f80d58e100ec7b73ee27ee513a58cfcc.tar gnu-guix-89b48232f80d58e100ec7b73ee27ee513a58cfcc.tar.gz |
gnu: automake: Adjust to deal with Perl 5.22.
Fixes <http://bugs.gnu.org/22375>.
* gnu/packages/patches/automake-regexp-syntax.patch: New file.
* gnu/packages/autotools.scm (automake)[source]: 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 3eb01c3b1c..0550e79f87 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -412,6 +412,7 @@ dist_patch_DATA = \ gnu/packages/patches/ath9k-htc-firmware-objcopy.patch \ gnu/packages/patches/audacity-fix-ffmpeg-binding.patch \ gnu/packages/patches/automake-skip-amhello-tests.patch \ + gnu/packages/patches/automake-regexp-syntax.patch \ gnu/packages/patches/avahi-localstatedir.patch \ gnu/packages/patches/avidemux-install-to-lib.patch \ gnu/packages/patches/avrdude-fix-libusb.patch \ |