diff options
author | Leo Famulari <leo@famulari.name> | 2017-02-24 00:13:02 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-02-24 13:22:06 -0500 |
commit | 816417f5a48cbdf8e551b47d36bb56be17dd4b9e (patch) | |
tree | eac23e177a0412a88a235e1177b108a1cc3bd437 /gnu/local.mk | |
parent | 83090f6ae7eb5353049b253f74670d72d9387463 (diff) | |
download | guix-816417f5a48cbdf8e551b47d36bb56be17dd4b9e.tar.gz |
gnu: tcsh: Update to 6.20.00.
* gnu/packages/shells.scm (tcsh): Update to 6.20.00. [source]: Remove 'tcsh-do-not-define-BSDWAIT.patch'. [inputs]: Remove coreutils. Move autoconf to ... [native-inputs]: ... here. Add perl. * gnu/packages/patches/tcsh-fix-autotest.patch: Adjust patch to upstream changes. * gnu/packages/patches/tcsh-do-not-define-BSDWAIT.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index d7c7ed347f..ec9332271f 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -918,7 +918,6 @@ dist_patch_DATA = \ %D%/packages/patches/tar-skip-unreliable-tests.patch \ %D%/packages/patches/tcl-mkindex-deterministic.patch \ %D%/packages/patches/tclxml-3.2-install.patch \ - %D%/packages/patches/tcsh-do-not-define-BSDWAIT.patch \ %D%/packages/patches/tcsh-fix-autotest.patch \ %D%/packages/patches/tcsh-fix-out-of-bounds-read.patch \ %D%/packages/patches/teensy-loader-cli-help.patch \ |