add binutilsArm here. First step to being able to manage cross compiler

environments (such as uClibc) easily with Nix, instead of having to fiddle
with your path all the time. This might be one killer app for Nix, but commit
messages are not for describing those ideas :)

svn path=/nixpkgs/trunk/; revision=4215
This commit is contained in:
Armijn Hemel 2005-11-03 23:33:35 +00:00
parent 4431b8377b
commit bc55fb5aec

View File

@ -303,6 +303,10 @@ rec {
inherit fetchurl stdenv noSysDirs;
};
binutilsArm = (import ../development/tools/misc/binutils-arm) {
inherit fetchurl stdenv noSysDirs;
};
patchelf = (import ../development/tools/misc/patchelf) {
inherit fetchurl stdenv;
};