* Rename .fix -> .nix.
svn path=/nixpkgs/trunk/; revision=511
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{stdenv, fetchurl}: derivation {
|
||||
name = "binutils-2.14";
|
||||
system = stdenv.system;
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.nluug.nl/pub/gnu/binutils/binutils-2.14.tar.bz2;
|
||||
md5 = "2da8def15d28af3ec6af0982709ae90a";
|
||||
};
|
||||
stdenv = stdenv;
|
||||
noSysDirs = stdenv.noSysDirs;
|
||||
}
|
||||
Reference in New Issue
Block a user