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:
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user