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 = ./.;
|
src = ./.;
|
||||||
cargoLock.lockFile = ./Cargo.lock;
|
cargoLock.lockFile = ./Cargo.lock;
|
||||||
RUSTC_BOOTSTRAP = 1;
|
RUSTC_BOOTSTRAP = 1;
|
||||||
|
doCheck = false;
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ dbus ];
|
buildInputs = [ dbus ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue