summary refs log tree commit diff
path: root/pkgs/top-level/release-cross.nix
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-03-09 22:44:45 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-03-09 22:44:45 +0000
commit33e549fa4f032feb66e73ddb2b83ff60f4c27ad6 (patch)
treefe516221f042d1454b2ee989c0d5eff37672fed5 /pkgs/top-level/release-cross.nix
parentfb6adb13ac8fde5033182d1d1a1744a665ef88b0 (diff)
downloadnixpkgs-33e549fa4f032feb66e73ddb2b83ff60f4c27ad6.tar
nixpkgs-33e549fa4f032feb66e73ddb2b83ff60f4c27ad6.tar.gz
nixpkgs-33e549fa4f032feb66e73ddb2b83ff60f4c27ad6.tar.bz2
nixpkgs-33e549fa4f032feb66e73ddb2b83ff60f4c27ad6.tar.lz
nixpkgs-33e549fa4f032feb66e73ddb2b83ff60f4c27ad6.tar.xz
nixpkgs-33e549fa4f032feb66e73ddb2b83ff60f4c27ad6.tar.zst
nixpkgs-33e549fa4f032feb66e73ddb2b83ff60f4c27ad6.zip
Adding a busybox option to build it statically.
Adding it to the cross builds.


svn path=/nixpkgs/trunk/; revision=20516
Diffstat (limited to 'pkgs/top-level/release-cross.nix')
-rw-r--r--pkgs/top-level/release-cross.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix
index fdac71e2da3..695ee1c38e6 100644
--- a/pkgs/top-level/release-cross.nix
+++ b/pkgs/top-level/release-cross.nix
@@ -5,6 +5,7 @@ let
   /* Basic list of packages to cross-build */
   basicHostDrv = {
     bison.hostDrv = nativePlatforms;
+    busybox.hostDrv = nativePlatforms;
     tightvnc.hostDrv = nativePlatforms;
     #openoffice.hostDrv = nativePlatforms;
     wxGTK.hostDrv = nativePlatforms;