summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2005-11-03 23:33:35 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2005-11-03 23:33:35 +0000
commitbc55fb5aec65ccd8fb3662d5af307f224529bb16 (patch)
tree8d40fb351a8460f0b3328f83e3c398a71a29d110 /pkgs/system/all-packages-generic.nix
parent4431b8377b327f4f3aaee893ffbc7181e3f2af58 (diff)
downloadnixpkgs-bc55fb5aec65ccd8fb3662d5af307f224529bb16.tar
nixpkgs-bc55fb5aec65ccd8fb3662d5af307f224529bb16.tar.gz
nixpkgs-bc55fb5aec65ccd8fb3662d5af307f224529bb16.tar.bz2
nixpkgs-bc55fb5aec65ccd8fb3662d5af307f224529bb16.tar.lz
nixpkgs-bc55fb5aec65ccd8fb3662d5af307f224529bb16.tar.xz
nixpkgs-bc55fb5aec65ccd8fb3662d5af307f224529bb16.tar.zst
nixpkgs-bc55fb5aec65ccd8fb3662d5af307f224529bb16.zip
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
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index a0f77b005eb..5cac9cac054 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -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;
   };