trealla: only put valgrind in checkInputs if not darwin
This commit is contained in:
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 = ''
|
||||
|
||||
Reference in New Issue
Block a user