Update default.nix

This commit is contained in:
Ben Kelly 2022-08-16 15:12:14 +01:00 committed by GitHub
parent 3dc237306e
commit 301f549df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,6 @@ stdenv.mkDerivation rec {
doCheck = true;
checkPhase = ''
runHook preCheck
set -e
./xmpp-vala-test
./signal-protocol-vala-test
runHook postCheck