Loading pkgs/applications/science/electronics/verilog/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -44,8 +44,13 @@ stdenv.mkDerivation rec { enableParallelBuilding = true; # NOTE(jleightcap): the `make check` target only runs a "Hello, World"-esque sanity check. # the tests in the doInstallCheck phase run a full regression test suite. # however, these tests currently fail upstream on aarch64 # (see https://github.com/steveicarus/iverilog/issues/917) # so disable the full suite for now. doCheck = true; doInstallCheck = true; doInstallCheck = false; nativeInstallCheckInputs = [ perl Loading Loading
pkgs/applications/science/electronics/verilog/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -44,8 +44,13 @@ stdenv.mkDerivation rec { enableParallelBuilding = true; # NOTE(jleightcap): the `make check` target only runs a "Hello, World"-esque sanity check. # the tests in the doInstallCheck phase run a full regression test suite. # however, these tests currently fail upstream on aarch64 # (see https://github.com/steveicarus/iverilog/issues/917) # so disable the full suite for now. doCheck = true; doInstallCheck = true; doInstallCheck = false; nativeInstallCheckInputs = [ perl Loading