summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/rust-codex-0.120.0-remove-libwebrtc.patch
blob: 177b584b2877ec98c5f45a4e9723fd513fb134ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Danny Milosavljevic <dannym@friendly-machines.com>
Date: 2026-04-14
License: ASL2.0
Subject: Remove macOS-only libwebrtc git dependency.

--- a/codex-rs/realtime-webrtc/Cargo.toml
+++ b/codex-rs/realtime-webrtc/Cargo.toml
@@ -12,8 +12,5 @@
 thiserror = { workspace = true }
 tokio = { workspace = true, features = ["rt-multi-thread"] }

-[target.'cfg(target_os = "macos")'.dependencies]
-libwebrtc = { version = "0.3.26", git = "https://github.com/juberti-oai/rust-sdks.git", rev = "e2d1d1d230c6fc9df171ccb181423f957bb3c1f0" }
-
 [lints]
 workspace = true