trealla: only put valgrind in checkInputs if not darwin

This commit is contained in:
Ben Siraphob
2023-03-06 12:49:42 -06:00
committed by Austin Seipp
parent a479ff1ec5
commit 1eb6f7eaab
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ xxd ];
buildInputs = [ readline openssl libffi ];
checkInputs = [ valgrind ];
checkInputs = lib.optionals (!stdenv.isDarwin) [ valgrind ];
enableParallelBuilding = true;
installPhase = ''