anvil-editor: init at 0.4
[NixPkgs.git] / pkgs / tools / audio / yabridgectl / remove-dependency-verification.patch
blobd320e489eec6547d0486978c5bffc8bd9315895a
1 diff --git a/tools/yabridgectl/src/actions.rs b/tools/yabridgectl/src/actions.rs
2 index 6a8be858..5ce5e460 100644
3 --- a/tools/yabridgectl/src/actions.rs
4 +++ b/tools/yabridgectl/src/actions.rs
5 @@ -847,14 +847,6 @@ pub fn do_sync(config: &mut Config, options: &SyncOptions) -> Result<()> {
6 // be the case if we get to this point though.
7 verify_path_setup()?;
9 - // This check is only performed once per combination of Wine and yabridge versions
10 - verify_wine_setup(config)?;
12 - // Yabridge uses D-Bus notifications to relay important information when something's very wrong,
13 - // so we'll check whether `libdbus-1.so` is available (even though it would be very odd if it
14 - // isn't)
15 - verify_external_dependencies()?;
17 Ok(())