diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-09-11 22:17:20 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-09-11 22:17:20 +0200 |
commit | b289e9f9dd784e7fd1c83a6ce687d2b7d05ffb8c (patch) | |
tree | d286b7ae9436fca5338c347bdc226eb1e8e02682 /Makefile.am | |
parent | 321b099643cd4aae4481e7c9fb23b7c3fd3235cb (diff) | |
download | guix-b289e9f9dd784e7fd1c83a6ce687d2b7d05ffb8c.tar.gz |
distro: Add Perl.
* distro/base.scm (perl): New variable. * distro/patches/perl-no-sys-dirs.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c2a17ea6a0..636fd39fe8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,7 @@ dist_patch_DATA = \ distro/patches/m4-s_isdir.patch \ distro/patches/make-impure-dirs.patch \ distro/patches/findutils-absolute-paths.patch \ + distro/patches/perl-no-sys-dirs.patch \ distro/patches/readline-link-ncurses.patch \ distro/patches/tar-gets-undeclared.patch |