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; }; })