coreutils: Remove outdated patches
The arm patch tries to modify files that are nowhere to be found in the entire source tree. The cygwin patch also doesn't work so good anymore: 1 out of 1 hunk FAILED -- saving rejects to file ChangeLog.rej 1 out of 1 hunk ignored -- saving rejects to file configure.ac.rej 1 out of 1 hunk FAILED -- saving rejects to file lib/hash-triple.c.rej 2 out of 2 hunks ignored 2 out of 2 hunks FAILED -- saving rejects to file src/chroot.c.rej 1 out of 1 hunk FAILED -- saving rejects to file src/cksum.c.rej 6 out of 9 hunks FAILED -- saving rejects to file src/copy.c.rej 1 out of 4 hunks FAILED -- saving rejects to file src/dd.c.rej 1 out of 1 hunk ignored 1 out of 2 hunks FAILED -- saving rejects to file src/mv.c.rej 4 out of 7 hunks FAILED -- saving rejects to file src/stat.c.rej
This commit is contained in:
parent
3ce3e50053
commit
ea9de89376
2 changed files with 1 additions and 1260 deletions
File diff suppressed because it is too large
Load diff
|
@ -33,7 +33,7 @@ stdenv.mkDerivation (rec {
|
|||
./fix-chmod-exit-code.patch
|
||||
# Workaround for https://debbugs.gnu.org/cgi/bugreport.cgi?bug=51433
|
||||
./disable-seek-hole.patch
|
||||
] ++ optional stdenv.hostPlatform.isCygwin ./coreutils-8.23-4.cygwin.patch;
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
# The test tends to fail on btrfs,f2fs and maybe other unusual filesystems.
|
||||
|
|
Loading…
Reference in a new issue