From d31b8b2988993d70aa88d02eed77d63430ab7de7 Mon Sep 17 00:00:00 2001 From: Domen Kozar Date: Sun, 26 May 2013 12:54:13 +0200 Subject: [PATCH] rpi: more packages to cross-compile --- pkgs/top-level/release-cross.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix index 1cb3f5844955..3895ee267797 100644 --- a/pkgs/top-level/release-cross.nix +++ b/pkgs/top-level/release-cross.nix @@ -363,9 +363,14 @@ in { inetutils.crossDrv = nativePlatforms; nixUnstable.crossDrv = nativePlatforms; patch.crossDrv = nativePlatforms; - zile.crossDrv = nativePlatforms; - prboom.crossDrv = nativePlatforms; vim.crossDrv = nativePlatforms; + tmux.crossDrv = nativePlatforms; + screen.crossDrv = nativePlatforms; + unrar.crossDrv = nativePlatforms; + unzip.crossDrv = nativePlatforms; + hdparm.crossDrv = nativePlatforms; + ddrescue.crossDrv = nativePlatforms; + git.crossDrv = nativePlatforms; lynx.crossDrv = nativePlatforms; patchelf.crossDrv = nativePlatforms; nix.crossDrv = nativePlatforms;