add Nix expression for 2.17
svn path=/nixpkgs/trunk/; revision=5534
This commit is contained in:
parent
0891c55730
commit
18a9eb7df6
11
pkgs/development/tools/misc/binutils/binutils-2.17.nix
Normal file
11
pkgs/development/tools/misc/binutils/binutils-2.17.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{stdenv, fetchurl, noSysDirs}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "binutils-2.17";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.nluug.nl/pub/gnu/binutils/binutils-2.17.tar.bz2;
|
||||
md5 = "e26e2e06b6e4bf3acf1dc8688a94c0d1";
|
||||
};
|
||||
inherit noSysDirs;
|
||||
}
|
Loading…
Reference in New Issue
Block a user