Unverified Commit 4fdd191d authored by Jack Leightcap's avatar Jack Leightcap
Browse files

verilog-12.0: installCheckPhase on supported arch

parent 03ad8569
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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