summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/rust-codex-0.117.0-remove-patch-sections.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/patches/rust-codex-0.117.0-remove-patch-sections.patch')
-rw-r--r--gnu/packages/patches/rust-codex-0.117.0-remove-patch-sections.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/gnu/packages/patches/rust-codex-0.117.0-remove-patch-sections.patch b/gnu/packages/patches/rust-codex-0.117.0-remove-patch-sections.patch
deleted file mode 100644
index a29d11bb78b..00000000000
--- a/gnu/packages/patches/rust-codex-0.117.0-remove-patch-sections.patch
+++ /dev/null
@@ -1,30 +0,0 @@
1Author: Danny Milosavljevic <dannym@friendly-machines.com>
2Date: 2026-02-08
3License: ASL2.0
4Subject: Remove [patch.crates-io] and [patch.'ssh://...'] sections.
5
6The [patch] sections point to git repositories which are unavailable
7in an offline build. The vendored crossterm, ratatui,
8tokio-tungstenite and tungstenite forks are provided as cargo-inputs
9instead.
10
11--- a/codex-rs/Cargo.toml
12+++ b/codex-rs/Cargo.toml
13@@ -423,17 +423,3 @@
14 debug = 1 # Reduce debug symbol size
15 inherits = "test"
16 opt-level = 0
17-
18-[patch.crates-io]
19-# Uncomment to debug local changes.
20-# ratatui = { path = "../../ratatui" }
21-crossterm = { git = "https://github.com/nornagon/crossterm", branch = "nornagon/color-query" }
22-ratatui = { git = "https://github.com/nornagon/ratatui", branch = "nornagon-v0.29.0-patch" }
23-tokio-tungstenite = { git = "https://github.com/openai-oss-forks/tokio-tungstenite", rev = "132f5b39c862e3a970f731d709608b3e6276d5f6" }
24-tungstenite = { git = "https://github.com/openai-oss-forks/tungstenite-rs", rev = "9200079d3b54a1ff51072e24d81fd354f085156f" }
25-
26-# Uncomment to debug local changes.
27-# rmcp = { path = "../../rust-sdk/crates/rmcp" }
28-
29-[patch."ssh://git@github.com/openai-oss-forks/tungstenite-rs.git"]
30-tungstenite = { git = "https://github.com/openai-oss-forks/tungstenite-rs", rev = "9200079d3b54a1ff51072e24d81fd354f085156f" }