tar, gzip: Adjust the `gets' patch.

Fixes the incorrect patches introduced in
9786a98261.
This commit is contained in:
Ludovic Courtès
2012-07-02 16:10:46 +02:00
parent bcdf987533
commit e80145b909
4 changed files with 54 additions and 2 deletions
+1 -1
View File
@@ -45,6 +45,6 @@ stdenv.mkDerivation (rec {
crossAttrs =
# XXX: Temporary workaround to allow GNU/Hurd builds with newer libcs.
(stdenv.lib.optionalAttrs (stdenv.cross.config == "i586-pc-gnu") {
patches = [ ../../misc/coreutils/gets-undeclared.patch ];
patches = [ ./gets-undeclared.patch ];
});
})