Binutils 2.21 tarball is away from the mirrors. I guess we should take 2.21a.

svn path=/nixpkgs/branches/stdenv-updates/; revision=28959
This commit is contained in:
Lluís Batlle i Rossell 2011-09-01 17:37:50 +00:00
parent bff99fe8b5
commit befe2926a8

View file

@ -1,14 +1,14 @@
{ stdenv, fetchurl, noSysDirs, zlib, cross ? null, gold ? false, bison ? null, flex2535 ? null, bc ? null, dejagnu ? null }:
let
basename = "binutils-2.21";
basename = "binutils-2.21a";
in
stdenv.mkDerivation rec {
name = basename + stdenv.lib.optionalString (cross != null) "-${cross.config}";
src = fetchurl {
url = "mirror://gnu/binutils/${basename}.tar.bz2";
sha256 = "1iyhc42zfa0j2gaxy4zvpk47sdqj4rqvib0mb8597ss8yidyrav0";
sha256 = "0m7nmd7gc9d9md43wbrv65hz6lbi2crqwryzpigv19ray1lzmv6d";
};
patches = [