From aa19343599db617cb9da8685c48528e16717f4de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 13 Oct 2010 20:47:24 +0000 Subject: [PATCH] More cross packages for the nanonote svn path=/nixpkgs/branches/stdenv-updates/; revision=24268 --- pkgs/top-level/release-cross.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix index d9a5369bd6a..fd865419487 100644 --- a/pkgs/top-level/release-cross.nix +++ b/pkgs/top-level/release-cross.nix @@ -279,5 +279,14 @@ in { nixUnstable.hostDrv = nativePlatforms; patch.hostDrv = nativePlatforms; zile.hostDrv = nativePlatforms; + prboom.hostDrv = nativePlatforms; + vim.hostDrv = nativePlatforms; + lynx.hostDrv = nativePlatforms; + patchelf.hostDrv = nativePlatforms; + nix.hostDrv = nativePlatforms; + fossil.hostDrv = nativePlatforms; + binutils.hostDrv = nativePlatforms; + mpg123.hostDrv = nativePlatforms; + yacas.hostDrv = nativePlatforms; }; })