gnum4: drop obsolete patches

This commit is contained in:
Peter Simons
2013-09-22 16:35:54 +02:00
parent ee3dc2d0c9
commit e4f6e4b15d
3 changed files with 1 additions and 45 deletions
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
&& !stdenv.isSunOS; # XXX: `test-setlocale2.sh' fails
# Upstream is aware of it; it may be in the next release.
patches = [ ./s_isdir.patch ./readlink-EINVAL.patch ./no-gets.patch ];
patches = [ ./s_isdir.patch ];
meta = {
homepage = http://www.gnu.org/software/m4/;