verilog-12.0: installCheckPhase on supported arch

Signed-off-by: Jack Leightcap <jack@leightcap.com>
This commit is contained in:
Jack Leightcap 2023-05-06 13:06:47 -04:00
parent 03ad8569fd
commit 4fdd191d65
No known key found for this signature in database

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
# (see https://github.com/steveicarus/iverilog/issues/917)
# so disable the full suite for now.
doCheck = true;
doInstallCheck = false;
doInstallCheck = !stdenv.isAarch64;
nativeInstallCheckInputs = [
perl