diff --git a/pict-rs.nix b/pict-rs.nix index 32b1640..db78b2d 100644 --- a/pict-rs.nix +++ b/pict-rs.nix @@ -22,6 +22,8 @@ rustPlatform.buildRustPackage { PROTOC = "${protobuf}/bin/protoc"; PROTOC_INCLUDE = "${protobuf}/include"; + RUSTFLAGS = "--cfg tokio_unstable --cfg uuid_unstable"; + nativeBuildInputs = [ makeWrapper ]; buildInputs = lib.optionals stdenv.isDarwin [ Security ];