Don't run the nonexistant tests when using nix

This commit is contained in:
Artemis Tosini 2021-08-27 19:02:11 +00:00
parent 892b43c83f
commit 56da46578d
Signed by: artemist
GPG key ID: ADFFE553DCBB831E

View file

@ -7,6 +7,7 @@ rustPlatform.buildRustPackage rec {
src = ./.;
cargoLock.lockFile = ./Cargo.lock;
RUSTC_BOOTSTRAP = 1;
doCheck = false;
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ dbus ];