Update pkgs/development/interpreters/trealla/default.nix
Co-authored-by: Gabriel Dougherty <gabrieljosephdougherty@gmail.com>
This commit is contained in:
parent
1eb6f7eaab
commit
014968da10
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ xxd ];
|
||||
buildInputs = [ readline openssl libffi ];
|
||||
checkInputs = lib.optionals (!stdenv.isDarwin) [ valgrind ];
|
||||
checkInputs = lib.optionals (!(stdenv.isDarwin && stdenv.isAarch64)) [ valgrind ];
|
||||
enableParallelBuilding = true;
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue