stage-1: Remove last reference of now-removed stdenv.isCross
This commit is contained in:
parent
05daf390b3
commit
68d31ddaf5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue