diff options
author | Cyril Roelandt <tipecaml@gmail.com> | 2013-02-07 01:06:37 +0100 |
---|---|---|
committer | Cyril Roelandt <tipecaml@gmail.com> | 2013-02-10 23:43:46 +0100 |
commit | 16fd1db5478d9d1c2a9dcca336bbce708ddfcc12 (patch) | |
tree | 6b3df78be0a31a2c1b4965dd6e300d5c1c4705aa /Makefile.am | |
parent | 0750452a98c83e92d155a8ec9710d57a427040b9 (diff) | |
download | guix-16fd1db5478d9d1c2a9dcca336bbce708ddfcc12.tar guix-16fd1db5478d9d1c2a9dcca336bbce708ddfcc12.tar.gz |
gnu: Add tcsh.
* gnu/packages/tcsh.scm: New file.
* gnu/packages/patches/tcsh-fix-autotest.patch: New file
* Makefile.am: Add them.
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 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 |