stage-1: Remove last reference of now-removed stdenv.isCross

This commit is contained in:
John Ericson 2018-08-06 18:07:02 -04:00
parent 05daf390b3
commit 68d31ddaf5

View File

@ -179,7 +179,7 @@ let
fi
done
if [ -z "${toString pkgs.stdenv.isCross}" ]; then
if [ -z "${toString (pkgs.stdenv.hostPlatform != pkgs.stdenv.buildPlatform)}" ]; then
# Make sure that the patchelf'ed binaries still work.
echo "testing patched programs..."
$out/bin/ash -c 'echo hello world' | grep "hello world"