Updating gdb. They hit the trouble of GPL violation too like binutils, and the

tarball went away.


svn path=/nixpkgs/trunk/; revision=29108
This commit is contained in:
Lluís Batlle i Rossell 2011-09-08 10:30:24 +00:00
parent cded4473e7
commit f4ba87948a
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ let
basename = basename =
if bleedingEdgeVersion if bleedingEdgeVersion
then "gdb-7.3.20110726" then "gdb-7.3.20110726"
else "gdb-7.3"; else "gdb-7.3.1";
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
url = "mirror://gnu/gdb/${basename}.tar.bz2"; url = "mirror://gnu/gdb/${basename}.tar.bz2";
# md5 is provided by the annoucement page # md5 is provided by the annoucement page
# http://www.gnu.org/s/gdb/download/ANNOUNCEMENT # http://www.gnu.org/s/gdb/download/ANNOUNCEMENT
md5 = "485022b8df7ba2221f217e128f479fe7"; md5 = "b89a5fac359c618dda97b88645ceab47";
}; };
# I think python is not a native input, but I leave it # I think python is not a native input, but I leave it