summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/codex-0.98.0-remove-patch-sections.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/patches/codex-0.98.0-remove-patch-sections.patch')
-rw-r--r--gnu/packages/patches/codex-0.98.0-remove-patch-sections.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/gnu/packages/patches/codex-0.98.0-remove-patch-sections.patch b/gnu/packages/patches/codex-0.98.0-remove-patch-sections.patch
deleted file mode 100644
index c54fe0b7fd2..00000000000
--- a/gnu/packages/patches/codex-0.98.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
4
5Remove [patch.crates-io] and [patch.'ssh://...'] sections.
6
7The [patch] sections point to git repositories which are unavailable
8in an offline build. The vendored crossterm, ratatui,
9tokio-tungstenite and tungstenite forks are provided as cargo-inputs
10instead.
11
12--- a/codex-rs/Cargo.toml
13+++ b/codex-rs/Cargo.toml
14@@ -311,16 +311,3 @@
15 debug = 1 # Reduce debug symbol size
16 inherits = "test"
17 opt-level = 0
18-
19-[patch.crates-io]
20-# Uncomment to debug local changes.
21-# ratatui = { path = "../../ratatui" }
22-crossterm = { git = "https://github.com/nornagon/crossterm", branch = "nornagon/color-query" }
23-ratatui = { git = "https://github.com/nornagon/ratatui", branch = "nornagon-v0.29.0-patch" }
24-tokio-tungstenite = { git = "https://github.com/JakkuSakura/tokio-tungstenite", rev = "2ae536b0de793f3ddf31fc2f22d445bf1ef2023d" }
25-
26-# Uncomment to debug local changes.
27-# rmcp = { path = "../../rust-sdk/crates/rmcp" }
28-
29-[patch."ssh://git@github.com/JakkuSakura/tungstenite-rs.git"]
30-tungstenite = { git = "https://github.com/JakkuSakura/tungstenite-rs", rev = "f514de8644821113e5d18a027d6d28a5c8cc0a6e" }