summary refs log tree commit diff
diff options
context:
space:
mode:
-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;