summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/release-cross.nix
diff options
context:
space:
mode:
authorDomen Kozar <domen@dev.si>2013-05-26 12:54:13 +0200
committerDomen Kozar <domen@dev.si>2013-05-26 12:54:26 +0200
commitd31b8b2988993d70aa88d02eed77d63430ab7de7 (patch)
tree8435da6e755ae55ab23505a9fc1156130e7489b5 /pkgs/top-level/release-cross.nix
parente6878aae7b5889e03d094acc77ddda0d07539cbf (diff)
rpi: more packages to cross-compile
Diffstat (limited to 'pkgs/top-level/release-cross.nix')
-rw-r--r--pkgs/top-level/release-cross.nix9
1 files 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;