diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-10-10 22:16:58 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-10-10 22:16:58 +0200 |
commit | cdecf775011498fabb1f484d59b626e0f1ee408c (patch) | |
tree | 1c7a5f0f89c56fc29c1117f35419689d9cf4f3f5 /gnu-system.am | |
parent | fb6c2fa82e1499e6cba8ac860bc0f4902d1ff9ea (diff) | |
download | gnu-guix-cdecf775011498fabb1f484d59b626e0f1ee408c.tar gnu-guix-cdecf775011498fabb1f484d59b626e0f1ee408c.tar.gz |
gnu: tar: Update to 1.17.
* gnu/packages/base.scm (tar): Update to 1.17. Remove 'arguments' and
'inputs'.
* gnu/packages/patches/tar-gets-undeclared.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove 'tar-gets-undeclared.patch'.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 37a174cbca..844ba10f6f 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -239,7 +239,6 @@ dist_patch_DATA = \ gnu/packages/patches/readline-link-ncurses.patch \ gnu/packages/patches/ripperx-libm.patch \ gnu/packages/patches/scheme48-tests.patch \ - gnu/packages/patches/tar-gets-undeclared.patch \ gnu/packages/patches/tcsh-fix-autotest.patch \ gnu/packages/patches/teckit-cstdio.patch \ gnu/packages/patches/valgrind-glibc.patch \ |