diff options
author | Nikita Karetnikov <nikita@karetnikov.org> | 2012-11-23 23:00:50 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-24 00:35:33 +0100 |
commit | 5b2fd61868dfeeb60ec5252f86f46d6995a869b2 (patch) | |
tree | 0c0c7da169007c68b5fddb0f9ff2e33002bf3041 /Makefile.am | |
parent | 36d4d49e694f87aa950101724800171baa74f8b3 (diff) | |
download | guix-5b2fd61868dfeeb60ec5252f86f46d6995a869b2.tar guix-5b2fd61868dfeeb60ec5252f86f46d6995a869b2.tar.gz |
distro: Add GNU Shishi.
* distro/packages/shishi.scm,
distro/packages/patches/shishi-gets-undeclared.patch: New files.
* Makefile.am (MODULES): Add 'shishi.scm'.
(dist_patch_DATA): Add 'shishi-gets-undeclared.patch'.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index dbc507170c..ae70a2684d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,6 +72,7 @@ MODULES = \ distro/packages/pth.scm \ distro/packages/readline.scm \ distro/packages/recutils.scm \ + distro/packages/shishi.scm \ distro/packages/system.scm \ distro/packages/texinfo.scm \ distro/packages/zile.scm @@ -98,6 +99,7 @@ dist_patch_DATA = \ distro/packages/patches/findutils-absolute-paths.patch \ distro/packages/patches/perl-no-sys-dirs.patch \ distro/packages/patches/readline-link-ncurses.patch \ + distro/packages/patches/shishi-gets-undeclared.patch \ distro/packages/patches/tar-gets-undeclared.patch bootstrapdir = $(pkgdatadir)/bootstrap |