diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-10-03 12:23:33 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-10-03 14:36:11 +0200 |
commit | e393586161dd0b8814bbb88e9212deffa171687f (patch) | |
tree | 8290cb45f5ddd4158323d164ed032a2d1c702f82 /gnu-system.am | |
parent | 2ae71b746bd7265735cb50b2dd93a09ef45f9f38 (diff) | |
download | guix-e393586161dd0b8814bbb88e9212deffa171687f.tar guix-e393586161dd0b8814bbb88e9212deffa171687f.tar.gz |
gnu: coreutils: Use upstream's fix for 'tail'.
* gnu/packages/patches/coreutils-racy-tail-test.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
* gnu/packages/base.scm (coreutils)[source]: Replace this patch with
upstream's fix for 'tail'.
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 fbfe72845b..faf42b757e 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -418,7 +418,6 @@ dist_patch_DATA = \ gnu/packages/patches/clang-libc-search-path.patch \ gnu/packages/patches/clucene-pkgconfig.patch \ gnu/packages/patches/cmake-fix-tests.patch \ - gnu/packages/patches/coreutils-racy-tail-test.patch \ gnu/packages/patches/cpio-gets-undeclared.patch \ gnu/packages/patches/cpufrequtils-fix-aclocal.patch \ gnu/packages/patches/crda-optional-gcrypt.patch \ |