tar, gzip: Adjust the `gets' patch.
Fixes the incorrect patches introduced in
9786a98261.
This commit is contained in:
@@ -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 ];
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user