* Switching.
svn path=/nixpkgs/trunk/; revision=6827
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
{stdenv, fetchurl, noSysDirs}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "binutils-2.17";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/binutils-2.17.tar.bz2;
|
||||
md5 = "e26e2e06b6e4bf3acf1dc8688a94c0d1";
|
||||
};
|
||||
inherit noSysDirs;
|
||||
configureFlags = "--disable-werror"; # needed for dietlibc build
|
||||
}
|
||||
@@ -1,11 +1,12 @@
|
||||
{stdenv, fetchurl, noSysDirs}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "binutils-2.16.1";
|
||||
name = "binutils-2.17";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/binutils-2.16.1.tar.bz2;
|
||||
md5 = "6a9d529efb285071dad10e1f3d2b2967";
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/binutils-2.17.tar.bz2;
|
||||
md5 = "e26e2e06b6e4bf3acf1dc8688a94c0d1";
|
||||
};
|
||||
inherit noSysDirs;
|
||||
configureFlags = "--disable-werror"; # needed for dietlibc build
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user