perl: set 'configurePlatforms = [];' to prepare for default change

Prepare for default 'configurePlatforms = [ "build" "host" ];': perl
does not support gnu-stile target specification.

Extracted from PR#87909.
This commit is contained in:
Sergei Trofimovich 2021-10-17 16:01:39 +01:00
parent 501286148a
commit 85b1d6ff89

View file

@ -110,6 +110,9 @@ let
sed -i 's,\(libswanted.*\)pthread,\1,g' Configure
'';
# Default perl does not support --host= & co.
configurePlatforms = [];
setupHook = ./setup-hook.sh;
passthru = rec {