Updating gdb to 7.9.

I can remove the patch of edit-signals. It seems to work without it.

I tested the change over release-14.12.
This commit is contained in:
Lluís Batlle i Rossell
2015-04-14 17:26:13 +02:00
parent 4dd1b8cc22
commit 745b1ce04a
2 changed files with 4 additions and 29 deletions
+4 -4
View File
@@ -8,7 +8,7 @@
let
basename = "gdb-7.8.2";
basename = "gdb-7.9";
# Whether (cross-)building for GNU/Hurd. This is an approximation since
# having `stdenv ? cross' doesn't tell us if we're building `crossDrv' and
@@ -27,10 +27,10 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnu/gdb/${basename}.tar.xz";
sha256 = "11a4fj1vpsny71kz7xqqbqk3kgzbs5cfjj3z9gm0hpvxfkam8nb0";
sha256 = "14l3hhsy7fmpn2dk7ivc67gnbjdhkxlq90kxijpzfa35l58mcccv";
};
patches = [ ./edit-signals.patch ];
# 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
@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
postInstall =
'' # Remove Info files already provided by Binutils and other packages.
rm -v $out/share/info/{standards,configure,bfd}.info
rm -v $out/share/info/bfd.info
'';
# TODO: Investigate & fix the test failures.