* Added binutils. The aterm library now builds in a fully Nixified environment.

svn path=/nixpkgs/trunk/; revision=315
This commit is contained in:
Eelco Dolstra
2003-08-18 19:41:45 +00:00
parent d343a357f1
commit 287225e1e1
3 changed files with 23 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
Package(
[ ("name", "binutils-2.14")
, ("build", Relative("binutils/binutils-build.sh"))
, ("src", Call(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "ftp://ftp.nluug.nl/pub/gnu/binutils/binutils-2.14.tar.bz2")
, ("md5", "2da8def15d28af3ec6af0982709ae90a")
]))
, ("stdenv", IncludeFix("stdenv-linux/stdenv-nativetools.fix"))
]
)