···1313 compareTest = { emulator, pkgFun, hostPkgs, crossPkgs, exec, args ? [] }: let
1414 pkgName = (pkgFun hostPkgs).name;
1515 args' = lib.concatStringsSep " " args;
1616- in pkgs.runCommand "test-${pkgName}-${crossPkgs.hostPlatform.config}" {
1616+ in crossPkgs.runCommand "test-${pkgName}-${crossPkgs.hostPlatform.config}" {
1717 nativeBuildInputs = [ pkgs.dos2unix ];
1818 } ''
1919 # Just in case we are using wine, get rid of that annoying extra