Don't run the nonexistant tests when using nix
This commit is contained in:
parent
892b43c83f
commit
56da46578d
|
@ -7,6 +7,7 @@ rustPlatform.buildRustPackage rec {
|
|||
src = ./.;
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
RUSTC_BOOTSTRAP = 1;
|
||||
doCheck = false;
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ dbus ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue