gdb: adding a patch to handle well the edit cmd + SIGWINCH.

It's reported to upstream since two years ago, through
their patches mailing list.
This commit is contained in:
Lluís Batlle i Rossell
2014-03-20 11:09:39 +01:00
parent d4bf329dde
commit ae3a1519e4
2 changed files with 27 additions and 0 deletions
@@ -30,6 +30,8 @@ stdenv.mkDerivation rec {
sha256 = "08vcb97j1b7vxwq6088wb6s3g3bm8iwikd922y0xsgbbxv3d2104";
};
patches = [ ./edit-signals.patch ];
# I think python is not a native input, but I leave it
# here while I will not need it cross building
nativeBuildInputs = [ texinfo python ]