From 16fd1db5478d9d1c2a9dcca336bbce708ddfcc12 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Thu, 7 Feb 2013 01:06:37 +0100 Subject: gnu: Add tcsh. * gnu/packages/tcsh.scm: New file. * gnu/packages/patches/tcsh-fix-autotest.patch: New file * Makefile.am: Add them. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bd8a0e1993..f9b64e7775 100644 --- a/Makefile.am +++ b/Makefile.am @@ -139,6 +139,7 @@ MODULES = \ gnu/packages/subversion.scm \ gnu/packages/system.scm \ gnu/packages/tcl.scm \ + gnu/packages/tcsh.scm \ gnu/packages/texinfo.scm \ gnu/packages/texlive.scm \ gnu/packages/time.scm \ @@ -191,6 +192,7 @@ dist_patch_DATA = \ gnu/packages/patches/readline-link-ncurses.patch \ gnu/packages/patches/shishi-gets-undeclared.patch \ gnu/packages/patches/tar-gets-undeclared.patch \ + gnu/packages/patches/tcsh-fix-autotest.patch \ gnu/packages/patches/teckit-cstdio.patch bootstrapdir = $(guilemoduledir)/gnu/packages/bootstrap -- cgit v1.2.3